Is there a way to have my footer fill the space under the boxed content. Right now it is indented somewhat and things are not fitting properly.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .container {
width: 100%!important;
margin: 0!important;
max-width: 100%!important;
}
Best regards,
Yigit
That worked great. I’m trying to center my Facebook icon in the footer on both desktop and mobile devices, while trying to move the text more to the right on desktops for the other column of the footer while leaving the mobile untouched. Anyway to do this?