This topic has 4 replies, 3 voices, and was last updated 7 years, 7 months ago by mikey123b.
Tagged: Footer, full-width, vertical left menu
Viewing 5 posts - 1 through 5 (of 5 total)
Hi,
I was able to extend the footer to be full width when the theme uses the vertical left menu with the code below:
#footer {
position:absolute;
margin: 0 auto;
overflow: hidden;
padding: 60px;
color: #fff;left:0;z-index:100000;width:100%;
}
The issue with this is that when pages scroll the footer will will overlap the left menu. As seen in the attached screenshot where the last menu item is getting cut off.
If there a way via CSS or making edits to the theme template that could resolve this?
Thank you!
Hi,
There is a misunderstanding. I would like to have the footer fall below the vertical left menu, not behind.
Changing the z-index will only change on what layer it shows. I’m looking to achieve a full-width menu that falls below the vertical left menu (not infront of or behind it) but below.
So if one scrolls a long page the vertical left menu scrolls as well and the last item at bottom of page would be the full-width footer.
Hope this makes sense, and direction would be greatly appreciated.
Thank you!
Viewing 5 posts - 1 through 5 (of 5 total)
The topic ‘Full width footer w/ Vertical Left Menu’ is closed to new replies.