Tagged: layout
So I know to use the colour section layout to add full width sections with background colours and images.
However, I have some rows with 50% width columns that need the backgrounds to stretch to the edge of the screen also.
I have added the 50% layouts within a colour section and added background colours and background images to them but they dont stretch.
How do I achieve this please?
Many thanks
give a custom-class to your color-section – f.e.: full-width-content ( anything you like :) )
.full-width-content .container {
max-width: 100% !important;
padding: 0;
}
Fantastic, that works. I didnt think it would be that straight forward. Thank you :)
Hi,
Glad to know that @Guenni007 were able to help. Please feel free to open a new thread if you need anything else.
Have a nice day.
Best regards,
Ismael