Hi support,
I am trying to limit the top color section on this page: https://findmygps.dk/FindMyGPS/ to full width, but somehow all color sections are getting full width.
I am using this code in quick css:
.page-id-26 #av_section_1 .container {
max-width: 100% !important;
}
I have also tried with this code:
/* Color section container width */
.page-id-26 #section-container-width .container {
width: 100% !important;
min-width: 100%;
padding: 0;
margin: 0;
}
What do I need to change to make it work?
Thanks :-)
/OKEIwebbureau
Hey OKEIwebbureau,
I’m having trouble understanding the request. Can you screenshot what you need?
Best regards,
Jordan Shannon
Hi Jordan,
I only want the top color section (av_section_1) to have full width.
The website is limited to 1310px, but I want the content of av_section_1 to have full width.
/OKEIwebbureau
Haha…. I turned out that I had typed 100% in the General layout.
Now this code works:
#homedesktoptest .container {
width: 100% !important;
max-width: 100% !important;
}
Is it possible to make the footer + socket full width ?
Thanks :-)
/OKEIwebbureau
Hi,
Thanks for the update. Please try this CSS as well:
#footer .container, #socket .container {
max-width: 100%;
padding: 0;
}
Best regards,
Rikard
Thanks, Rikard – everything works fine now.
Please close :-)
/OKEIwebbureau