The footer stretches full-width. How do I set the width of the footer to be 1/1 like my slider on the front-page.
website: http://www.robbins-engineering.com
Thank you!
Lori
Hey lrobbins303,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer .container {
background: #333333;
}
#footer {
background: white;
padding: 0;
}
Best regards,
Yigit
thank you for you help. I made the changes but the footer is still a little wider than the main page content.
Appreciate any suggestions.
Thanks, Lori
Hey!
Please add following code to Quick CSS as well
#footer .container {
max-width: 1030px;
}
Regards,
Yigit
thank you!