How to align top ad in article?

Posted in: Newspaper
Post count: 6

hi
i want to align top ad align in the article? http://designposts.net/25-responsive-wordpress-corporate-business-themes-2017/

Ad position is not displayed in theme panel.. screenshot http://prntscr.com/fgtq9f and no option here http://prntscr.com/fgtqec

waiting thanks

Post count: 20688

Hi,

Using that post style template, the top article ad is displayed like this by default
https://www.screencast.com/t/MyFA7svCiUtc
You seem to have set a float property on the article top ad, making it float left of the content
https://www.screencast.com/t/jyYxZHjERzpy
If that is removed it will look like this
https://www.screencast.com/t/4KjfbGUFEO
If you want to keep the ad the way it is now and align the rest of the content, you could try this code – https://www.screencast.com/t/YuJ2nL1d7Vu
Just enter it in Theme panel->Custom Css

.td-post-content ol {
clear: both;
}

If this is not what you wanted please provide more details about what exactly you want to achieve, so I may give you a more accurate answer.

Thanks

Post count: 6

thanks for your reply

actually i want to keep adsense on left and text shown after adsense , like here http://prntscr.com/fgycnu

hope you can understand
thanks

Post count: 20688

Hi,

Try this code in that situation – https://www.screencast.com/t/r0zrNg98pZD
It should be what you want if I understand correctly

.td-g-rec-id-content_top + p {
clear: both;
}

Thanks

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