Home / Forums / WoodMart support forum / Top margin
Home › Forums › WoodMart support forum › Top margin
Top margin
- This topic has 9 replies, 2 voices, and was last updated 2 years, 3 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
March 10, 2024 at 3:10 pm #547776
RDParticipantHello,
there is a margin between the header to the main content area.
how can we disable this margin? also on the footer I think there is also a margin.thanks.
March 11, 2024 at 1:04 pm #547985Hello,
You can find the option in the Design tab for WP bakery page builder and the Advanced tab for Elementor.
https://xtemos.com/docs-topic/top-and-bottom-paddings/Best Regards.
March 11, 2024 at 1:09 pm #547988
RDParticipantI saw that before submitting the question.
why you are adding it on the theme?
can you add to the theme a setting to control that?
also,
can you send a css code to control that until you will add it to the theme settings? I want to disable it on all the website and if I will need it, I know how to add margin and padding on the elementor.
I saw many people asking to change it.I am using elementor.
thanks.
March 11, 2024 at 4:35 pm #548093Hello,
Can you please share the WP admin login details of your site so I will check and give you the possible solution.
Best Regards.
March 14, 2024 at 12:20 pm #549015
RDParticipantwhy do you need my site login? it’s a new site with your theme and elementor.
I don’t have anything on it yet. just your theme and elementor.
can’t you provide CSS code to disable this margin?thanks.
March 14, 2024 at 2:50 pm #549057Hello,
Please go to Dashboard >> Pages >> Edit the page with Elementor Page Builder, edit the very first container. In the advanced options set the margin.
https://ibb.co/cyC6RhKBest Regards
March 14, 2024 at 3:01 pm #549061
RDParticipantI know I can do that but this is NOT what I want since I don’t want to do it on every page onsite.
please send a CSS code that will disable that margin on the whole site.thanks.
March 14, 2024 at 3:57 pm #549084Hello,
Can you please share the page URL I will check and give you a custom css code.
Best Regards
March 14, 2024 at 5:41 pm #549130
RDParticipantSure..
March 15, 2024 at 10:39 am #549244Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.main-page-wrapper { margin-top: -80px !important; } .footer-container { margin-top: -40px; }Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register