This topic has 2 replies, 2 voices, and was last updated 2 years, 8 months ago ago by Olga Barlow
Dear XStore team,
how is it possible to change the margin from shop pages (product archive, single product page, checkout etc.) towards the header?
Is it also possible to deactive the shop pages from x-store? So I can simply use the elementors theme builder?
Kind regards,
Sebastian
Hello,
Did you create header using the Elementor page builder?
You can add the margin-bottom for the header but it will appear for all the pages. If you want to add margin for WooCommerce pages only then add the below code to Theme Options > Custom CSS
.woocommerce-page .elementor-location-header {
margin-bottom: 20px;
}
Do you use Elementor Pro? Then follow the plugin docs to edit the shop page https://elementor.com/help/creating-a-woocommerce-archive-template/
Regards
Tagged: header, margin, optimization, small, template, woocommerce, wordpress
The issue related to '‘Margin of shop pages towards header too small’' has been successfully resolved, and the topic is now closed for further responses