By Tom on Thursday, 09 April 2015
Posted in Technical Issues
Likes 0
Views 679
Votes 0
When I view the page http://www.fairviewhifi.com/recent-post-from-hi-fi-blog-burlington-ontario the blog image is on the left of my text but when I open an article (for example - http://www.fairviewhifi.com/Hi-Fi-Blog/hrs-isolation-bases-stands), the blog image sits on top of the article,

Is there a way to format the image to float left within the article's first paragraph?

Thanks
Hello Tom,

Can you remove the previous css code and then apply the following css code instead?
#ezblog-body .blog-image-container {
float: left;
margin-right: 10px;
}


It should looking like this, http://screen.stackideas.com/2015-04-09_1935.png . Please advise
·
Thursday, 09 April 2015 19:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tom,

Try applied this css in your custom.css file and see how it goes?

#ezblog-body .blog-image-container {
text-align: left !important;
}
·
Thursday, 09 April 2015 18:59
·
0 Likes
·
0 Votes
·
0 Comments
·
That floats it left but not within the text part of the post
http://www.fairviewhifi.com/Hi-Fi-Blog/hrs-isolation-bases-stands
Tom
·
Thursday, 09 April 2015 19:19
·
0 Likes
·
0 Votes
·
0 Comments
·
That did it, thanks Ezrul
Tom
·
Thursday, 09 April 2015 19:44
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Tom,

You're welcome, glad to heard your issues resolved.
·
Friday, 10 April 2015 01:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post