Hi, i’ve searched the forum and think this is a new question, here goes… using the full width easy slider, you can create a bg slider image that is stretched so it will fill the full width of the screen, however, using the theme options for the footer, there is no option to stretch the footer image, it just cuts off either side on a high resolution, is there a css code as a quick fix?
thanks in advance… :-)
Hey stephenturner!
Can you post the link to your website so we can see what you currently have? :)
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.footer_color { background-size: cover; }
Best regards,
Yigit
better, nice one!