how can i get the footer menu to full width?
Hey corneliaboehm,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
footer .container {
max-width: 1500px !important;
}
Best regards,
Jordan
Hey jordan, thanks man but i want to get it to full browser window width. not only 1500px :)
can you help me with this?
Hey!
Please change the code to following one
#footer .container { width: 100%! important; max-width: 100% !important; }
Cheers!
Yigit
Hey Yigit, this code do not work ;(((