How to?

Posted in: Newspaper
Post count: 19

How to eliminate white space on the index page (picture below)?
I want picture “HTML5” is just below the main menu without space between
picture HTML5

Post count: 23312

Hello ealeksa,

You have to use a bit of CSS code to decrease that space.

The code is ->

.home .td-main-page-wrap {
padding-top: 0;
}

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

Thanks.

Post count: 19

Thanks.

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