Images truncated in Firefox

February 2014 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Nov 26, 2014 1:46 am
Reply with quote
Report this post
Hello - I'm seeing some different behavior in Firefox for one section of my new site.

When viewing the page: http://stnbeta.com/index.php/magazine/current-issue , the three images in the main body will scale correctly in Chrome, IE and Safari. However when viewed in Firefox the third image gets truncated.

Any ideas? I haven't seen any Firefox issues lately.

Thanks,
Kent
User avatar
Junior Boarder

teitbite
Sat Nov 29, 2014 9:05 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
section img {
    width: 100%;
}
User avatar
Moderator

GK User
Mon Dec 15, 2014 2:48 am
Reply with quote
Report this post
That worked - thanks!
User avatar
Junior Boarder


cron