Article Top AD float left

Posted in: Newspaper
Post count: 17

Hello, I was wondering if it was possible to set the unit to “Article Top Ad” on the left flanked by the text. Can you tell me how to do? Thanks, as in this photo:

http://imgur.com/PrKMarp

Post count: 6600

Hi,

You can use this custom css in theme panel > custom css:

.td-a-rec-id-content_top {
text-align: left;
}

Hope this helps!
Thanks

Post count: 17

Hi Lucian,
The code you provided unfortunately does not work, look here:
http://celiachiasenzaglutine.com/birra-corona-senza-glutine-celiaci/
I wish the banner was placed on the left and were supported by the text (float left?) thing that you can do with the banner “inline”.

How can I do? Thank you

Post count: 6600

Hi,

Please use this custom css, should work now: http://screencast.com/t/qC19bK91et9f

.td-g-rec-id-content_top {
float: left;
}

Thanks

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