Dear Kriesi-team,
On my new design, I would really like to make the image with the film reel full-width. I have tried everything to remove the 50px padding in a parent <div> with class=”container av-section-cont-open”, but I can’t seem to do it. Can you help me?
Cheers,
Ita
Hey Ita,
It looks full width on my end already, did you manage to find a solution? If not, then please post a screenshot highlighting your intentions.
Best regards,
Rikard
Hi Rikard,
Please see the screenshot: left en right of the image with the film are paddings.
Cheers,
Ita
Hi Ita,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top #landing__filmrol--parentcontainer .container {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
Hope it helps.
Best regards,
Nikko
Hi Nikko,
That really worked, thanks a lot! However, on mobile, there was still visible space on the left and right due to a margin (instead of padding). I was able to fix this by adding:
@media only screen and (max-width: 767px) {
/* Filmrol ook op mobiel full-width*/
.responsive #top #wrap_all .container,
#top #landing__filmrol–parentcontainer .container {
width: 100% !important;
}
}
Have a wonderful day!
Ita
Hi,
Glad to hear that you have this sorted out with Nikko’s help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike