By yoluca on Sunday, 19 January 2014
Replies 5
Likes 0
Views 1.1K
Votes 0
just wonder whether is possible to have the adsebse wrap around the blog content ... and left aligned ... just like in the screenshot ( marked red)

also would like the image to be aligned right ... now im using
.blog-text .easyblog-thumb-preview{
float: right !important;
margin: 0 0 10px 10px;
}


but the image its too large ....

would like the image in post view to be much smaller .... so its fits nicely around the text content ... just like in the screenshot ..(marked yellow)
Please provide us with the direct link to the blog post.
·
Sunday, 19 January 2014 20:10
·
0 Likes
·
0 Votes
·
0 Comments
·
i want to archive this for all blog posts ... not just a specific one ...

thanks
·
Sunday, 19 January 2014 20:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, but I need to inspect the element
·
Monday, 20 January 2014 00:29
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Monday, 20 January 2014 01:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

So sorry for the delay in getting back to you. For the blog image you can use this
#ezblog-body .blog-image-container {
float: right;
width: 400px;
}

as for the adsense. Can you send me a link with the adsense ads? Please advice.

Thanks!
·
Monday, 20 January 2014 11:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post