Background ADS

Posted in: Newspaper
Post count: 32

Hi
Where I can modify this css only when I have a background ADS ?

Add 148px top

.td-header-wrap {
position: relative;
z-index: 2000;
padding: 148px 0 0 0;
}
https://imgur.com/we4xG9g
https://imgur.com/HEA46qs

Thanks

Post count: 35449

Hi,

Please try like this -> https://i.imgur.com/2UzTQGP.jpg
.td-boxed-layout #td-outer-wrap .tdc-header-wrap{
margin-top: 148px;
}

Set the code in theme panel> custom code> custom css.
This code will be use only if you have set a background image.

Hope this will help you!

Post count: 32

Hi

Thanks it’s ok !!
🙂

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.