By Clay Hess on Wednesday, 13 August 2014
Posted in General Issues
Replies 7
Likes 0
Views 488
Votes 0
Is there a way to utilize float or some other formatting for the blog image in the Latest Blog Module to get it to either be left or right of the snippet text instead of on top to utilize the white space?
Hello Clay,

Yes, you can include float: left or right in your blog. Here I give some code for you to try put in your site. Please put it in your current Joomla template and see if this what you trying to achieved.

#ezblog-body .blog-text img, #ezblog-body .blog-content img{
float:left;
}


Hope this will help.
Thanks.
·
Wednesday, 13 August 2014 10:34
·
0 Likes
·
0 Votes
·
0 Comments
·
I am aware of how to do it within the CSS. I guess I was wondering if there was a way to do it within the module itself?
·
Wednesday, 13 August 2014 22:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Clay,

The ideal way to achieve this is via CSS right now
·
Wednesday, 13 August 2014 23:40
·
0 Likes
·
0 Votes
·
0 Comments
·
ok...I am using JSN Solid Pro from Joomlashine. in which css file do you recommend placing custom css rules?
·
Thursday, 14 August 2014 23:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Clay,

I am sorry for the late reply.
You can put it in the custom.css in your Joomlashine template. If you didn't use or have the custom.css file, you also can put it in the template.css file itself. You can put comments above the css code for your reference in the future. If you're encounter issue or problem when placing the css override, can you provide us with backend access and ftp access so that we can help you place the css code in your template.

Hope this will help.
Thanks.
·
Friday, 15 August 2014 01:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks. I worked on this and the suggestion was not exactly what I was looking for. Here is what I did instead...

.mod-post-content {
display: inline !important;
}
·
Friday, 15 August 2014 02:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Clay, glad that your issues are resolved now.
·
Friday, 15 August 2014 02:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post