Home Forums WoodMart support forum Mobile fullwidth

Mobile fullwidth

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #108864

    Stanley Black
    Participant

    Hello,

    How to make mobile content be fullwidth?
    Now is boxed, white space on left and right side(screenshot.png).

    Kind regards

    Attachments:
    You must be logged in to view attached files.
    #108918

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile

    .main-page-wrapper > .container {
        padding-left: 0;
        padding-right: 0;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)