Dear all,
On my website arnoldvanouwerkerk.nl I have an ‘under construction’ page. I try to make the grey translucent column bar in the color section image with a Special Title FULL WIDTH’
Somehow the CSS quick code I used does not fully do the job.
I checked whether the color-section-ID is the right one.
#Color-section-ID .container {
width: 105% !important;
max-width: none !important;
}
Hey Henning,
Please try this CSS instead:
#Color-section-ID .container {
width: 100%;
padding: 0;
}
Best regards,
Rikard
Thanks Roland, I tried.
I do not see a difference.
Hi,
It’s full width on my end, try checking in an incognito or private browser window.
Best regards,
Rikard
Hi Rikard, on large screen it works.
Mobile there is a gap on the left side of the grey transparant title column.
Hi,
Try this CSS as well:
@media only screen and (max-width: 767px) {
#concordia .container {
width: 100%;
max-width: 100%;
}
}
Best regards,
Rikard
Thanks Rikard. Somehow no result.