By Osiris Sosa on Thursday, 22 November 2012
Posted in General Issues
Replies 5
Likes 0
Views 751
Votes 0
Hello:
I want apply a text wrap in the Latest Blog Module. I have an image justify left, but the intro text appear below the image.
Is posible put the intro text around the image, with the image justify left?

Please help!
Since I'm having the same issue I didn't want to post a new thread...
The title justifies left next to the image but the intro text does not. I have set the photo alignment to left.
You can see on home page "latest news"
What am I doing wrong?

Sorry I know this is a separate issue.. but just discovered it with same module... when I click on the read more or title of blog in latest module I have to click it 2 times for it to actually go to the blog page for that "article".

Thanks
Mark
·
Monday, 10 March 2014 04:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

I am sorry for the late reply. I already solve the second issue regarding:
when I click on the read more or title of blog in latest module I have to click it 2 times for it to actually go to the blog page for that "article".

For the first issue:
The title justifies left next to the image but the intro text does not. I have set the photo alignment to left.
You can see on home page "latest news"

Can you provide us with ftp login, so that we are able to assist and help you on the issues.

Please be advise.
Thanks.
·
Monday, 10 March 2014 13:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello @mark,

I already inspected your site and I think that is our fault to style the module styling that way. Thank you very much for reporting this issue.

Here is the fix for your issue:
.ezb-mod.ezblog-latestpostbox3 .mod-post-content
{
display: block;
overflow: hidden;
width: auto;
}

Place this code in your Joomla template CSS file.

Hope this will help, please advice. Thank you
·
Monday, 10 March 2014 13:13
·
0 Likes
·
0 Votes
·
0 Comments
·
I applied the fix. Thank You!
·
Tuesday, 11 March 2014 08:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

You're welcome.
·
Tuesday, 11 March 2014 10:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post