Hello Support,
I’m using the new Enfold 4.1.2. I have a transparent full width layer slider on the home & drink pages and the footer background image is full width.
They were both working fine but now the full width sliders and footer aren’t expanding fully to the right.
I haven’t changed any settings on either item. Can you review and let me know. I’ve pasted the URL below.
I was able to place a full width easy slider in a page and it’s working full width no problems.
Thanks for your help!
Hey alliancepp,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Rikard,
Thanks for your help!! I’ve added the admin log-in to the private info below.
Have a great day!
Hi,
We set the Slide Background Image size from “Stretch” to “Cover”.
Best regards,
Ismael
Hi,
We can set the background size property to 100% or cover but it will distort the image and the bottom part will be covered by the footer widgets. Try this css code instead.
.footer_color {
background-size: auto;
background-position: top center;
}
It will center align the background image. Adjust the background-size property if you want to play around with the result.
Best regards,
Ismael