Space at top of site for ADV

Posted in: Newspaper
Post count: 51

Hi.

I have add this code in advanced css

.td-header-wrap {
margin-top: 149px;
}

because i need space for background ads.
-It is possible to add this code only in a specific category istead in the whole site? Because i want the space only if i have an ad… at the moment i just have one in videogames category only.

-In ADS – Background click ad, i can set a link for just one background in the whole site but i have set a background from Categories and there’s not an option for set a link here. You know when this funtion will be implemented? Because i found a Plugin called “Custom Backgrounds for WordPress” that can do that. But it cost $15 and if I know it will be implemented soon by you, I avoid buying it.

-Last, as you can see from my homepage here https://labussolanews.com/ at the bottom of the page, under the footer, there is a white space.. why? and how can i remove it?

thanks

Post count: 22421

Hello,

Yes, you can set the code for a specific category using the category id.
You can get the cat id like so: https://www.screencast.com/t/QdVla6RVR
Then you simply add the id as a css class in your css code like so:

.category-414 .td-header-wrap {
margin-top: 149px;
}

As for the backgorund ad, sorry but for the moment we have no plans on implementing separate background ads for separate categories. We have not tested any background ad plugin either so i cannot make a recommendation.

As for the bottom white space, please ad this css in your theme panel under custom css

.td-main-content-wrap{
padding-bottom:0;
}

Thank you!

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