Increase top margin to show background

Posted in: Newspaper
Post count: 14

Hi there, I want to increase the top margin of my website (http://journaluniversitaire.com/) in order to show more background image on top. Can you give help please?
Thanks

Post count: 53

Try this Custom CSS:

#td-outer-wrap {
  top:150px;
}

You can replace 150px with your desired size…

Post count: 14

Thank you so much.

Post count: 14

Hi,
Does this code still work? Since I update the theme it is no longer working, and I cannot use the top margin of my page to show background ad.
Thank for help.
Ibrahima

Post count: 23312

Hello,

Please try the code below and place it in Theme panel->Custom CSS area and check the results.

The code is ->

#td-outer-wrap {
top: 150px;
position: relative;
}

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

Thanks.

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