Paragraphs messed up

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Wed Aug 29, 2012 5:56 pm
Hello,

I have The World News II on Joomla 2.5.6 and in the articles, the images are surrounded by text, even if I set them up to be a separate paragraph.
Can you help me fix this, please?
User avatar
Junior Boarder

GK User
Thu Aug 30, 2012 7:37 am
Could you provide an URL to your website? BTW did you checked the alignment of the images? Probably the images are floated to left, what cause that they are surrounded by the article text.
User avatar
Administrator

GK User
Thu Aug 30, 2012 7:52 am
Hello,

The website is www.techforum.ro. It is offline so I'll send you the credentials.
User avatar
Junior Boarder

GK User
Thu Aug 30, 2012 8:00 am
In the joomla.css file please find following selector:

Code: Select all
.articleContent img, .feed-item-description img


please remove for it:
Code: Select all
float: left;


and replace:
Code: Select all
display: block;


to:
Code: Select all
display: inline-block;


it should helps.
User avatar
Administrator

GK User
Thu Aug 30, 2012 8:06 am
It works. Thank you very much. :)
User avatar
Junior Boarder


cron