This topic has 8 replies, 3 voices, and was last updated 4 years ago ago by Olga Barlow
I have disabled the breadcrumbs. But now I want to create more spacing between my header and content on the following pages: Winkel (shop), mijn account (my account), wishlist, Algemene voorwaarden (policy), Retourbeleid (return policy) and Toelichting maten (Explanation sizes). Could you help me with this. Thankyou
Hello,
Please check – https://prnt.sc/vd3wg0
Add the next code in Theme Options > Theme Custom CSS:
.content-page {
padding-top: 35px;
}
Regards
Thank you for your response. I have added the code you sent. Execept I only want the marging on some pages. Now the margin appears on al the pages. Do you know how to change this?Thank you
Dashboard > Pages > edit page > add the code in custom CSS area – https://prnt.sc/vei2jw
Regards
Thanks for the reply. I tried adding this to the costum css section per page, as instruced with your screenshot. I succeeded in every page, only not the woocommerce shop page (which is my most important page). This is due to fact that I cannot open the shop page with the elementor editor. For this you need Elementor Pro. Do you know a way how to add custom css to the woocomeerce shop page without using elementor?
Use this code in Theme Options > Theme Custom CSS > Global custom CSS to affect the Shop page –
.post-type-archive-product .content-page,
.tax-product_cat .content-page {
padding-top: 35px;
}
Regards
Could you also help me to create this spacing between my header and my content on the blog page. Thankyou
Hello,
Replace the previous code by this one
.post-type-archive-product .content-page,
.tax-product_cat .content-page, .blog .content-page, .category .content-page {
padding-top: 35px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up