By Sam on Wednesday, 29 April 2015
Posted in Technical Issues
Likes 0
Views 490
Votes 0
Is there a convenient fix for allowing the blog image to float left instead of as below? I'd be happy to replace code if you prefer.

Reference: https://www.marketsetc.com/me-profile/userprofile/siteadmin
That did the trick. Thank you so much!
Sam
·
Thursday, 30 April 2015 02:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Sam,

Can you try apply this css code in your template css file and see how it goes?

/* adjust the CB easyblog tab styling */
#easyblog-app-wrapper .blog-entries .item-container img {
float: left !important;
padding: 1px !important;
}

·
Thursday, 30 April 2015 01:59
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome, glad to heard your issues resolved.
·
Thursday, 30 April 2015 02:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post