Ad space on the top of the site

Posted in: Newspaper
Post count: 3

Hi, i’d like to know how can i add a space on the top of the website. Just like you did for the “recipes” DEMO?
Best regards

Post count: 23312

Hello doublemd12,

If you want to add some spaces above your website, you will have to use a bit of CSS code to do this. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

@media (min-width: 1180px){
#td-outer-wrap {
margin-top: 40px!important;
}
}

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

Thanks.

Post count: 3

And how can i leave space on both side? Because I want to use background ad…
You can take a look here: https://galsen221.com/

Post count: 23312

Hello doublemd12,

You should use the margin-bottom if you want to add some spaces at the bottom of the title. Use the code below and place it in Theme panel->Custom CSS area.

The code is ->

@media (min-width: 1180px){
#td-outer-wrap {
margin-top: 40px!important;
margin-bottom:40px!important;
}
}

Hope this helps!

Thanks for the message!

Post count: 3

I’m sorry you misundertsood my question. I don’t speak english very well I speak french.
I meant space in left and right, because i want to use background clic ad and the boxed version leave not much space on sides.
I need 150 px space on left and 150 px on right of the website.
You feel me?
Thanks

Post count: 23312

Hello doublemd12,

Unfortunately, notice that our theme does not have any such an option that allows you display the ads for both sides, sorry! Notice that if you want to add the ads for both sides, you should decrease the theme width and in that way, you will break the layout and we do not recommend to do this, sorry! As you want to require to do some additional customizations through the code which involves custom work and we cannot provide this type of services at the moment, sorry! If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you!

Thanks for your understanding!

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