Hello,
I’m using the grid row element with custom width (using the css you provided).
The problem I’m facing is that now I have two white areas on the sides of the row that comes from the #main css.
I tried to change the #main background only in this page with this code:
#main.page-id-3513 {
background-color: #1A171B !important;
}
but it doesn’t work …
Thank you
Hey mu_ri,
Thank you for the inquiry.
We may need to adjust the selector in the css a bit to change the color of the #main container. Please try to replace the css code above with the following.
.page-id-3513 #main {
background-color: #FFFFFF !important;
}
Best regards,
Ismael
Works just fine, thank you!