problem with css

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
Tue Aug 25, 2015 4:03 pm
Reply with quote
Report this post
Hi,
I installed a gallery that is not part of your template and chrome does not work properly
my web: http://www.atapride.cl/v1

in the module support they told me the following

As regards the particular issue, it probably traces back to the template forcing CSS height to "auto" at some place in the style-sheet. In some browsers and under some circumstances (but not always), this leads to element height being incorrectly reported by the browser to the sigplus initialization script, and causes the reported issue. If you remove this "height:auto" rule then the issue is almost always resolved. You can use sigplus-specific overrides if you want a particular rule to apply to all images but those part of a sigplus gallery. For example, the following sets CSS height on img elements but not those part of a sigplus gallery:

img:not([id^=sigplus]) {
height: auto;
}



My problem is that the place Fixed thumbails in chrome and unseen, that is, they are too small

in other browsers it is perfect

Image

Image


PLEASE tell me where that is bothering CODE FOR THE THUMBS OF THE WORK PROPERLY MODULE


THANKS SO MUCH!
User avatar
Platinum Boarder

teitbite
Thu Aug 27, 2015 8:49 pm
Reply with quote
Report this post
Hi

Please edit file http://www.atapride.cl/v1/templates/gk_ ... joomla.css and in line 184 You will find a class:

Code: Select all
section img {
    height: auto;
    max-width: 100%;
}


please replace it with

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


cron