Top bar in mobile version

Home Forums Massage Center (Spa) Forum Top bar in mobile version

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #178004
    alex_frnzalex_frnz
    Participant
    • Topics: 9
    • Replies: 34
    • Total: 43
    Member since: March 19, 2018

    Hello. I have the site www.dietalia.ro with Spa Theme.
    In mobile version, the menu bar is too large on vertical, so the visibility of the screen is reduced (on the top of the logo is ok, but in the bottom of the logo is too large)
    Please see a print screen: https://ibb.co/YhsbP8q

    In desktop version the menu bar looks ok.

    Please help. Thanks

    #178043
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30586
    • Total: 30586
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .header {
        padding: 20px 0 0 !important;
    }
    }

    Regards,
    Chris

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