Archived topic
How to get footer content width to scale with vertical sidebar navigation
3 replies · Started by Mirette on April 13, 2017
Hey,
I have a problem. I have made fixed vertical sidebar navigation to my site, but how can I get my footer content to similar width with other content? Tried to find answer here, but with no luck. Can you help me?
Here is the demo: https://pile2018.demo.site/
Try adding this CSS:
#primary {
width: 100%;
left: 0;
}
Hey,
Neither one helped. I have already adjust the container 1180px width (and now changed it to 1280px).
The vertical menu is like a side bar, and there is this .grid-25 { in css that is making the space for sidebar, but its not effecting of course to the footer. So... do you have any ideas how can i get the footer scale also.
Is my only way to change the footer width by adding every media queries different size and margin? I hope there is some easier way :'(
I'm not seeing that CSS added? Did you remove it?