Problem with images in category blog

Everything to do with Joomla! 3.x templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
Hendrikus3771
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Tue May 19, 2015 1:21 pm

Problem with images in category blog

Post by Hendrikus3771 » Tue May 19, 2015 1:37 pm

Favouritedark template.
I created a category blog which works just fine when viewed with Chrome.
IE and FF have a problem displaying the images. The width is correct but the height is about twice it should be.
Who knows a solution?

itoctopus
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 4025
Joined: Mon Nov 25, 2013 4:35 pm
Location: Montreal, Canada
Contact:

Re: Problem with images in category blog

Post by itoctopus » Tue May 19, 2015 2:33 pm

This looks like a CSS problem - open the console in FF or IE and check which CSS is applied to the images.
http://www.itoctopus.com - Joomla consulting at its finest
https://twitter.com/itoctopus - Follow us on Twitter

User avatar
guywalder
Joomla! Explorer
Joomla! Explorer
Posts: 301
Joined: Mon Mar 04, 2013 9:55 am
Contact:

Re: Problem with images in category blog

Post by guywalder » Thu May 21, 2015 6:04 pm

If you wish to post your site's URL here we can take a look and try to help.

Hendrikus3771
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Tue May 19, 2015 1:21 pm

Re: Problem with images in category blog

Post by Hendrikus3771 » Thu May 21, 2015 6:57 pm

Problem solved. Added

Code: Select all

.item-image{
  width:100%;
}
to template.css. Seems that FF used the full width of the blog content
for each image and this repairs it.
Rather strange but I'm more than happy with this solution
after fighting for more than a day and a half.
Thanks everyone!


Locked

Return to “Templates for Joomla! 3.x”