Site content margin bottom 0
-
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?
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
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Site content margin bottom 0’ is closed to new replies.