radu

Registered
I am trying to add an ad into ad_above_top_breadcrumb, with my actual style it works fine but not with Zipped style. Any suggestion?

Actual style: 1.png

Zipped style: 2.png

Thank you in advance
 
The breadcrumb placement is a little unique on that, I'd suggest using ad_top_content, it should place it above that breadcrumb.

Let me know if that works better for you.
 
Thank you for answering, it's much better now.
Is there a way to set some space after the ad? as you can see it's too close to the breadcrumb.
 

Attachments

  • 3.png
    3.png
    107.1 KB · Views: 9
wrap the ad in a div then add some margin:

Code:
<div class="topArea">adcodehere</div>

Then the css in extra.css:

Code:
.topArea { margin: 10px auto; text-align: center; }
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back