Space under Ads

Posted in: Newspaper
Post count: 3

Hi!

I have a little “problem”. Under every Ad-Banner (Sidebar, Content, etc.), there is no space so that the other elements among them “stick” on it. What can I do?

Greetings
Tim

Post count: 23312

Hello TimGER5,

If you want to get rid of this sticky behaviour, you have to use a bit of CSS code and add some padding/margin on the top of the blocks wich are affected. For better results, please provide your website URL so I can inspect it closer and to give you a more accurate response.

Thank you for the message!

Post count: 3

Thank you for your answer!
The URL is: http://www.erstebude.de

Post count: 23312

Hello TimGER5,

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

The code is ->
.td_block_1{
padding-top: 10px;
}

The result you should see here -> http://screencast.com/t/nAAJywTrg0S

Thank you for the message!

Post count: 3

Thank you for the solution! It works, but not with all Ad-Banner. How can I find out the variable from the other banner, for example the one “OTTO” on the frontpage?

Post count: 23312

Hello TimGER5,

Please try the following code and replaces it with the other. This will work for all Ad Banner and add a padding-bottom to 10px.

The code is ->

.td-a-rec {
padding-bottom:10px;
}

Thank you for the message!

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