Site logo

Archived topic

Full Width Container on Mobile Devices.

3 replies · Started by Rishabh on July 16, 2020

Viewing posts 1–4 of 4

Hi, I want to have container width 100% on Mobile devices. By default it shows padding/margin on both left and right sides.

This is the page I am referring to: https://www.clichemillennials.com/blog/

I tried this css:
@media only screen and (max-width:800px) {
.container {
min-width:100% !important;
}
}

and also tried to change container padding by: Layout > Container > Content Padding (mobile) > Left and Right = 0;

But still the width is not 100%.

It worked.
Thanks.

No problem :)

This archived topic is closed to new replies.