Hello,
I have integrated a GIF on the following site: http://www.21snacks.com/ueber-uns/
But it is cut off on the mobile view.
Can you help me, please?
Thanks
Ramona
Hey seykom,
Thank you for writing in!
Just add this custom code at Enfold Theme Options > General Styling > Quick CSS
@media only screen and (max-width: 769px) {
.gif_ueberuns {
display: block !important;
padding-top: 75% !important;
}
}
Best regards,
John Torvik
Hi John,
thanks, but it doesn’t work. The GIF is always cut off on the right side at my smartphone.
Thanks,
Ramona
Hi Ramona,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 475px) {
.gif_ueberuns {
background-size: cover !important;
min-height: 377px !important;
}
}
@media only screen and (min-width: 476px) and (max-width: 769px) {
.gif_ueberuns {
background-size: cover !important;
min-height: 700px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
thank you! It works :-)
Best regards,
Ramona