Tagged: background, Color, screen, Section
I have a color section, in which I have placed 2x 1/2 layout elements.
In the color section I have a background video.
In the 2x 1/2 layout elements I wish to have 2 different background colors, that take up the whole width of the page.
Just using .background color on flex_column av_one_half will only give background color to the middle area of the page.
I am thinking of somehow splitting up the color section into two pieces, and giving each piece a different background color.
Hi QBDSwedenAB!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hey!
Thank you for using Enfold.
Use the Grid Row element then set the cell size accordingly. You can apply different backgrounds for each cell.
Best regards,
Ismael
Hi!
Please try the following in Quick CSS under Enfold–>General Styling:
#av_section_1 .responsive .container {
max-width: 100% !important;
}
#av_section_1 .flex_column av_one_half {
width: 50% !important;
background-color: blue !important;
}
Regards,
Rikard