Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1097605
spacing after header
Closed

Comments

  •  2
    tracy1314 started the conversation

    I want to adjust the space between the header and the first item on the page. Not sure where this adjustment is made?

  •  6,930
    Oliver replied

    HI!

    pls. use following css:

    .block-content {
        padding-top: 30px;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    jesst446 replied

    I have used the code below to remove the space below the header, but doesnt seem to work to fix the space above the footer. 

    .block-content {
        padding-top: 30px;
    }
    

    any suggestions? 

    Thanks

  •  6,930
    Oliver replied

    HI!

    for footer use this css:

    .block-content {
        padding-bottom: 0 !Important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver