[Resolved] Full Width Container on Mobile Devices.

Home Forums Support [Resolved] Full Width Container on Mobile Devices.

Home Forums Support Full Width Container on Mobile Devices.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1366091
    Rishabh

    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%.

    #1366234
    Leo
    Staff
    Customer Support

    Hi there,

    Looks like you have the customizer setting set to 30px 0px 30px 0px but it’s not working due to this issue here:
    https://docs.generatepress.com/article/child-theme-issues/#import

    Can you try to fix this first?

    Let me know ๐Ÿ™‚

    #1366291
    Rishabh

    It worked.
    Thanks.

    #1366859
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.