How can I globally change top padding on pages?
-
I use Woodmart with Elementor.
How can I globally change page paddings without having to click into every single page and changing the padding?
Please have a look at the links attached.
I need a global top padding between the blue navigation bar and the headline of the page. I want more space in between.
How can I achieve this setting globally without having to adapt every single page?
Please use the provided login link in order to be able to see the page.
Hi,
Use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.title-wrapper .title {
padding-top: 60px !important;
}
Best Regards.