Hello, how can I delete the 50px padding only for the place where the images are?
Hi damianoser!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#olo .container {
max-width: 100%;
padding: 0;
}
Best regards,
Yigit
Done! Thank you!