Big problem with ad banners in sidebar

Posted in: Newspaper
Post count: 67

Hello,

We have a terrible problem. As you can see here, we have problems with the ad banners in the sidebar. We need to add more than 5 custom ads. The 2 first look great, but the other ones are shown misaligned.
Please, we need an answer ASAP, because adverts are our main source of incomings!
Thank you.

Post count: 67

Sorry, the website:
http://marronyblanco.com.mialias.net/
Password: marron

Post count: 67

They seem aligned to the left, and without space among them an other widgets.

Please, it’s a big problem. We need a solution.

Post count: 6600

Hi,

Please use this custom css in theme panel > custom css: http://screencast.com/t/YrlhSF2c

.td-a-rec-id-custom_ad_4, .td-a-rec-id-custom_ad_5, .td-a-rec-id-custom_ad_6, .td-a-rec-id-custom_ad_7, .td-a-rec-id-custom_ad_8, .td-a-rec-id-custom_ad_9   {
display: table;
margin-bottom: 49px;
margin-left: auto;
margin-right: auto;
position: relative;
}

Thanks

Post count: 67

Hi Lucian,

Thank you very much for your answer. But, why does it happen? I think your solution is a provisional solution. So if we add another banner, it will happen the same. Is there a final solution for this problem? How can we avoid it?

Thank you again.

Post count: 6600

Hi,

This happens because the custom ad boxes you have added aren’t styled. As we don’t provide the theme with this extra custom ad boxes we also don’t add a style for them.
What you can do is to add the css in your custom css filed in theme panel after each theme updated or you can add this style in your style.css file or you can use this child theme
Either way you chose to do this you will have to add again the css for new custom ad boxes after each update except if you use the child theme but note that using the child theme you can’t change all files using it, I’m not sure that the files td_ad_box.php and panel_ads.php can also be modified using it, my advice is to make a copy of all the changes/files you have made/modified and make this changes after each update on you main theme.
Hope this helps!

Thanks

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