Comments 2tracy1314 started the conversationMarch 15, 2017 at 2:38amI want to adjust the space between the header and the first item on the page. Not sure where this adjustment is made? 7,219Oliver repliedMarch 15, 2017 at 1:02pmHI! 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 2jesst446 repliedMarch 17, 2017 at 12:14amI 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,219Oliver repliedMarch 17, 2017 at 1:47pmHI!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 Sign in to reply ...
I want to adjust the space between the header and the first item on the page. Not sure where this adjustment is made?
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
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
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