I have followed instructions on several threads in this forum on inserting a logo to be centered between navigation menu items. I have gotten it about 95% there. The one issue I have that I can’t seem to fix is how to get the menu items to align with the center of the logo, the seem to align more with the bottom of the header area. What do i need to do to fix?
Hey chill299,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#header_main_alternate {
position: relative;
top: -30px;
}
Let us know if this helps :)
Best regards,
Nikko
Nikko,
That worked, thanks!
One last issue I have in regards to the header. On all the other page other than home, under my burgundy colored header, an additional full width burgundy line/box shows under the header that goes away once you scroll. I have no idea what that is because it isn’t on the page editor. Do you know what this might be?
Hi,
It looks like padding from the content container. You can remove it with the following:
#main.all_colors{
padding-top:20px!important;
}
Best regards,
Jordan Shannon