Tagged: horizontal gallery
Hi Enfold-Team!
The pics of the horizontal gallery on mobile view are appearing cropped.
How can I change this? I need to see them full size.
Here is the website http://www.icherubiniabbigliamento.it/home and the gallery is on the homepage
Hey emanuelecocchiaro,
Please try editing /wp-content/themes/enfold/css/shortcodes.css
on line 3814 you will find this code:
.responsive .av-horizontal-gallery-img{ height: auto; width: 100%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
top:50%;
position: relative;
}
change to look like this:
/*.responsive .av-horizontal-gallery-img{ height: auto; width: 100%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
top:50%;
position: relative;
}*/
If this works for you you can add this modify copy to your child theme.
Best regards,
Mike
Hi Mike thanks for your help, I did what you wrote but nothing changed, may you take a look please?
Hi mike, thanks for your reply. I tried doing what you said via ftp but nothing changes. Other suggestions?
Hi,
Thank you for making this change, I see the expected results.
Perhaps try clearing your browser cache. Please see screenshot in Private Content area.
Best regards,
Mike
Hi,
i cannot find this line in my shortcodes.css.
And I’m having the same problem on mobile, the pictures are cropped.
Regards,
Anita