Hello,
I can’t set a fullwidth row in a page. I used color section with custo ID and CSS below:
#section-container-width {
max-width: 100%;
left: 50%;
position: relative;
transform: translateX(-50%);
}
Still not working.
Can you tell me how to fix it?
Thanks