How to Change Padding on Homepage Only

Posted in: Newspaper
Post count: 4

The theme is working excellent!

In the live preview demos of the theme with the “news ticker” Visual Composer feature, the ticker is equidistant from the blocks and the menu. No matter how I change the spacings within the Visual Composer I can’t get this to happen. Is there some custom CSS I need to add in the Theme Pannel to make this possible for the homepage only? Specifically just editing the pixels from menu on the top of the homepage? (Spacing good on all other pages) Thanks!

Post count: 23312

Hello SirBrayden,

If you want an accurate code, please notice that you will have to provide your website URL so I can inspect it closer.

Thanks for the message!

Post count: 4

Hey Catalin!

The website I am working on right now is mickeyviews.com.

I am looking to change the height of the green area:

Post count: 23312

Hello SirBrayden,

I have checked your website and I have noticed that there is talking about some padding-top for the main page container. If you want to decrease it, try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-main-page-wrap {
padding-top:25px;
}

The result -> http://screencast.com/t/zsQ3CV4UDrv

Thanks.

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