Hey,
i want that the navigation overlaps a little bit the content area.
Example: A slider one front page. Navigation overlaps few pixel the top of the slider. But i found no way to make this.
Anyone have an idea how i can do this?
Thanks and best regards,
Dennis
This is what i want:
Hi,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.home #header_main_alternate {
position: absolute;
top: 175px;
}
Best regards,
Rikard
Thank you Rikard and how can I set navigation to middle? It is not centered
Do you know how i can set?
I dont want lost responsiveness
I try it with position: inherit and now it works fine :)
Works only on startpage with slider :/
So i need help again…
Hi Black-Shadow,
Try without .home, like this
#header_main_alternate {
position: absolute;
top: 175px;
}
If you need further assistance please let us know.
Best regards,
Victoria