How to Change Global Paddings Around Page Containers
-
Hi Xtemos team,
I’m using WoodMart 8.2.2, WordPress 6.8.1, and Elementor Pro 3.29.2.
I want to adjust the global spacing across all pages, not on a per-page basis. Specifically:
- Vertical space between the header and Elementor container
- Left and right padding inside the main page container
- Bottom spacing before the footer
I’ve checked Theme Settings → General → Layout but couldn’t locate clear options for these.
Could you guide me on how to adjust these paddings globally—through settings, CSS, or any PHP method?
– Arjun
Hello,
1,3.
body .wd-content-layout {
padding-block: 60px;
}
2.
body .container,
body .container-fluid {
padding-inline: 20px;
}
Kind Regards
-
This reply was modified 1 month, 3 weeks ago by
Luke Nielsen.
Got it, thanks Luke, I’ll try these and get back to you.
Okay, let me know the result.
Thank you for your time.
Kind Regards
Hey, it works like a charm, thanks, bud!
Hello,
We are delighted to hear that the solution worked perfectly for you. If you have any more questions or need further assistance, feel free to reach out to us anytime.
Thank you for choosing WoodMart!
Kind regards
The topic ‘How to Change Global Paddings Around Page Containers’ is closed to new replies.