Home Forums WoodMart support forum Site content margin bottom 0

Site content margin bottom 0

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

    mallethenao
    Participant

    Hello,

    In the default template page i see a margin bottom in the css code:

    .site-content {
    margin-bottom: 40px;
    }

    I don’t want that margin, i know that with css i can do this change, but is there a other way to do this? with theme options?

    #140224

    Hello,

    No, there is no option to do it in the theme options.WoodMart theme has top and bottom paddings for Main page wrapper in order to ensure WooСommerce templates nice view. You cand do it either with custom CSS:

    body .site-content {
    margin-bottom: 0;
    }

    Or enter the HTML block, which is used in the Theme Settings > Footer > Pre-footer area and set margin-bottom: – 40px; to the row. If there are a few rows in the template, the margin should be set to the last one.

    Best Regards

    #140447

    mallethenao
    Participant

    Thank you

    #140453

    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 ‘Site content margin bottom 0’ is closed to new replies.