Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

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?

  •  7,280
    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

  •  7,280
    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