Home Forums Basel support forum Heather is breaking….

Heather is breaking….

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #51101

    lucassp
    Participant

    Hi

    My site is today is with “logo center” option when sticky header is on small screen the menu breaks like attached file (_header_breake) …. its happen because the logo is sharing the space with menu …

    Is possible at sticky heather do not show the logo to menu items have more space? (only at smaller screen)…?

    I sent an print how would be it … (_header_sugestion.jpg)

    Tks,

    Lucas.

    Attachments:
    You must be logged in to view attached files.
    #51156

    Hello,

    Have you changed the header layout? I cannot catch the problem. I see this layout on wide http://prntscr.com/j1m8nn and this on narrow http://prntscr.com/j1m8ws Everything looks as it should.

    Please clarify.

    Best Regards

    #51248

    lucassp
    Participant

    This is with sticky header, just scroll the site and resize the window.

    Take a look to attached file.

    Attachments:
    You must be logged in to view attached files.
    #51279

    Hello,

    Try this CSS code:

    @media screen and (min-width:990px){
    .header-clone .site-logo{
        display:none;
    }
    }

    Add this code to Theme Settings > Custom CSS > Desctop

    Best Regards

    #51291

    lucassp
    Participant

    Perfect!!!

    Tks!

    🙂

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Heather is breaking….’ is closed to new replies.