Site URL: https://www.erictomandbruce.com/
I’m using the Template York and am trying to make full bleed, edge to edge background colour behind some of the text blocks on my page.
Currently I’m using this code, but am only able to get it to fill in just around the text rather than the whole page.
#block-yui_3_17_2_1_1639016212732_4739{
background: #fbe5ee;
padding: 40px;
text-align: center;
}
Is anyone able to help me with some code to extend the coloured area to the edge of the page, and have it resize to fit if the screen size is altered?