Hi.
How is possible to get code block width to 100%? Code block is now inside color section.
I named color section id to #360block and tried code:
#360block .container { max-width: 100%; padding: 0; margin: 0; !important;}
… But that doesn’t make a trick.
Hey stakavainio,
https://cl.ly/3e0X1s1g1g0K The id cannot start with the number. Please change id to #block360 and try the code below
.responsive #block360 .container {
max-width: 100%;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi.
Now it works fine. Thanks.
Only mobile view still have those padding/margin -values. Is it possible to fix with css?