Hello,
I just recognized that the footer of my page is not working correctly on pages. e.g. https://braxons.de/en/instagram/
It should be full width. I tried a lot of different things but I couldn’t make it working. Can you help me ?
Thanks a lot in advance. Best regards,
Philipp
Hey Philflip,
Your problem is caused by a container padding and you can fix it adding this custom CSS code below at Enfold Theme Options > General Styling > Quick CSS
#av_section_4 .container {
padding: 0px !important;
}
Best regards,
John Torvik