On my Enfold Full-Width-Layout I use “Image with hotspot” and “Partner Slider”. The “Image with hotspot” is not full width an have 50px space on top, the “Partner Slider” is not fullwith. Both I have seen on your example, and there was both full width and without 50px on top (Image with hotspot). I think I do something wrong, but I don’t know what. Hope you can help me.
Hi!
Please place your elements that you would like to display fullwidth inside a color section with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .container { max-width: 100%; padding: 0; margin: 0; }
Cheers!
Yigit
Hey Yigit,
thank you fpr your answer!
I have do so but the logo-carousel is still not foll width.
But after I do that for the logo-carousel, the image with hotspots is full width – funny.
Take a look at teh screenshots please…
Kind regards
Mike
Hi!
Please try the following as well:
#patnerlogos .responsive .container {
max-width: 100% !important;
}
Regards,
Rikard
Hi Rikard,
thank you for your answer!
It works without important! verry well, the only thing was,
that I can’t write german an forgotten the first “r” in the
ID-Name – patnerlogos instaed partnerlogos ;)
Best Regards
Mike