Content wrap around images

GK User
Fri Dec 30, 2011 6:50 am
Hey

I can't find out how to turn of the content wrapping around images, even if they are in differnt <p> </p>

Cheers
User avatar
Junior Boarder

GK User
Mon Feb 06, 2012 12:45 pm
No response?

Isn't this a global css issue. That the images is set to float and the wraps around.
User avatar
Junior Boarder

GK User
Sat Feb 18, 2012 8:33 pm
Thanks for not replying :huh:

Found the solution for my problem:

Edit joomla.css in folder css

Line 46
Code: Select all
.articleContent img, .feed-item-description img { float: left; margin: 0 10px 10px 0; display: block; padding: 0; background: #fff }


Replace with this one
Code: Select all
.articleContent img, .feed-item-description img { float: none; margin: 0 10px 10px 0; display: block; padding: 0; background: #fff }
User avatar
Junior Boarder

GK User
Tue Mar 06, 2012 2:36 am
kennst wrote:Hey

I can't find out how to turn of the content wrapping around images, even if they are in different <p> </p>

Cheers


I had the same problem! Never saw a template with content img tag float set! I had a hard time to suppress this option, as I already set half of my page with this crazy setting, so I had to create some conditional CSS rules.

I bought a LIFE TIME membership and I can really tell you that I regret it. First of all, the template style radically changed. I have no interest in K2 nor shopping cart template, well now all the templates proposed here use it. There used to be a good and quick support, now I feel like that the manager got quite a pack of money and they just passed the hand to some cheap freelancers overseas.

:(

Regards,
Louis
User avatar
Fresh Boarder


cron