I’m using this css to reduce the margins of the fullwidth area and it works great.
.container {
padding: 0px 120px;
}
But how can i stop it targeting the footer container?
Many Thanks
Carole
Hey Carole,
Please add this css code as well:
#footer .container {
padding: 0 50px;
}
Best regards,
Nikko
Thanks Nikko – this worked great.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon