How can show Article Top Ad in left side aligned text?

Posted in: Newspaper
Post count: 33

Hello,

I want to show 3 ads inside content. One of botton (no problem), other inline (no problem too) but Article top Ad I want to show aligned left with text, as I show in image:

How can I do it because always appera centered before first paragraph.

Thanks!!

Post count: 7909

Hi,

You can try this custom css in Theme Panel > Custom Css as the theme doesn’t have an option to align the top ad like the inline ad – http://screencast.com/t/EwJGlmNn

.td-g-rec-id-content_top {
float: left;
margin-right: 20px;
}

Thanks!

Post count: 33

Thank you very much!!!

Your css code runs ok 🙂

A new improvement to next versions will be a top ad article like inline ad to choose the place of the ad because this left align position is very good to make money.

Regards!!

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