Home Forums WoodMart support forum How can I globally change top padding on pages?

How can I globally change top padding on pages?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #461933

    wkmaster1985
    Participant

    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.

    #462032

    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.

Viewing 2 posts - 1 through 2 (of 2 total)