• Resolved dmitryz

    (@dmitryz)


    I use Organic Hero blocks at the homepage https://expotrade42.ru/
    The Text at the Organic Hero block is not responsive at the mobile. At the PC and Tablet is OK. PLease check it.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Organic Themes

    (@organicthemes)

    Hi @dmitryz,

    Try adding the following code in the “Additional CSS” section of the Customizer:

    @media handheld, only screen and (max-width: 767px) {
      .organic-widgets-hero-information .organic-widgets-title {
        font-size: 1.6em !important;
      }
    }

    That should resolve the font size issue in mobile.

    Thanks!

    Thread Starter dmitryz

    (@dmitryz)

    Thank you! It is helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Organic Hero block text is not responsive at the mobile’ is closed to new replies.