Okay
  Public Ticket #2370622
Mobile
Closed

Comments

  •  3
    ralvess started the conversation

    Hi, 

    in the mobile version, the website opens as in the attached image.
    Is there a possibility that somewhere in the theme decrease the size of the bar for mobile?


  •  1,593
    Barry replied

    Hi there,

    To decrease the size of the header widgets spacing on mobile you can use the following CSS code. This code can be added to Appearance -> Customize -> Additional CSS:

    .header-widgets .widget {
        padding: 7px 0 5px 0;
    }
    

    To, slightly, decrease the spacing of the header logo + navigation toggle area you can also add:

    .navbar-toggle {
        margin: 15px 0;
    }
    

    Hope this helps.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  3
    ralvess replied

    Yes it helps Thanks

  •  1,593
    Barry replied

    You're welcomesmile.png

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes