slider header padding

Posted in: Newspaper
Post count: 69

hey guys

i was wondering if there is a way to reduce the distance of white space between the header and the slider in my website?

http://chadwickstudios.com.au/

Post count: 22421

Hello,

I assume you are referring to the top space on the homepage. Please try this code:
.home .td-main-page-wrap{
padding-top:2px!important;
}

You cna add the code in the theme panel->custom css box.

Thank you!

Post count: 69

that worked. thank you. however it seams as though there is a 1px or 2px while line down the right hand side of the slider. the top menu bar goes all the way across the screen but the slider seams to stop a few pixels short.

Post count: 22421

Well I made it that way. If you want it to stick to the header add 0 to the padding in the code above like so:
.home .td-main-page-wrap{
padding-top:0!important;
}

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.