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
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
Hello,
I changed the css to
#header_meta { height: 6px !important; background: #fff !important; }
It works :)
Thank you,
best regards,
Neverlands
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
I was able to solve the problem – thanks!
Hi,
Great, glad you got it working. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard