• Resolved kfahri342

    (@kfahri342)


    Hi,

    If viewing on this desktop please use the developer tool to toggle to the mobile view. As this is only an issue when viewing on smartphones.

    For whatever reason, the texts in the review items are not vertically centrally aligned. How do I fix this bug?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author MyThemeShop

    (@mythemeshop)

    Hello @kfahri342,

    Thank you for contacting MyThemeShop, really sorry for the delayed reply.

    I have forwarded this issue to our developers, and it will be fixed in one of our upcoming updates.

    Until then, please head over the WP Dashboard >> Appearance >> Customize >> Additional CSS and below code

    @media screen and (max-width:480px) {
        .wp-review-point-type .review-list li > span {
            top: 19px!important;
        }
    }

    Hope this helps.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Text is misaligned on mobile devices’ is closed to new replies.