Home Forums WoodMart support forum Remove gap on the left of the homepage

Remove gap on the left of the homepage

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

    arven1
    Participant

    Hi, I’m wodering how is possible to remove this gap: https://prnt.sc/ksol7n ? It is looking very odd. Thanks

    #76391

    Hello,

    Please add the code to the Theme settings > Custom CSS > Global

    .wrapper-boxed .whb-header-bottom > .container {
            max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    Best Regards

    #76409

    arven1
    Participant

    Oh yes. That works. Thank you.

    #76497

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Remove gap on the left of the homepage’ is closed to new replies.