Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Post meta field won’t shrink on mobile

  • I have a dynamic post meta field in an element (star_ratings_shortcode). It displays fine on desktop and tablet across one line but it doesn’t display on one line on a mobile. I’ve reduced to font but I can’t seem to get it smaller. Any ideas please?

    Link in private area.

  • Hi there,

    The star rating headline appears responsive from my view. Have you managed to fix it?

  • Hi, no it’s still showing squashed over 2 lines on my phone.

  • Try using this CSS to overide the font size:

    @media (max-width: 767px) {
      .stars-avg-rating {
        font-size: 12px;
      }
    }

    Change the value to your preferred size.

  • Perfect, thank you so much.

  • You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.