Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #763682

    Hello,

    I am trying to place the secondary menu right of the logo.

    /* Secondary Menu inside Main Menu */
    #header_meta .container { top: 10px; }
    #header_meta .container, #header_meta { min-height: 0; height: 0; }

    This works, but as soon as I scroll down, there is a space at the top of the header.

    At the very top of the page:

    When scrolled down:

    Best regards,
    Neverlands

    #763993

    Hey Neverlands,

    To fix your problem, just add the custom CSS code below at Enfold Theme Options > General Styling > Quick CSS

    
    .header_meta {
    height: 6px;
    background: #fff;
    }
    

    Let me know if it worked :)

    Best regards,
    John Torvik

    #764734

    Hello,

    I changed the css to

    
    #header_meta { height: 6px !important; background: #fff !important; }

    It works :)

    Thank you,
    best regards,
    Neverlands

    #764777

    Now I have a problem with the mobile view of the header.
    There a blue stripes above and below the main menu, the secondary menu is not above the logo anymore and the Advanced Layer Slider has a huge white space above it.

    Best regards,
    Neverlands

    #764899

    I was able to solve the problem – thanks!

    #765203

    Hi,

    Great, glad you got it working. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #765205

    Closing topic.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Secondary Menu right of the Logo – Space above Header’ is closed to new replies.