Hello,
I want to add logo in fullwidth Easy slider, so I tried to add the image code with the caption title (you can find it below) and it works perfect in big screen but the logo is very big in mobile device.
I added css class to the image but I’m not able to find the right code to make the logo smaller in small screen.
Can you help me with this.
Thanks,
Hi SkinnovationIBK,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
img.logo-slider {
width:10% !important;
}
}
Regards,
Rikard
Hi Rikard,
It didn’t work, the logo still big in small width.
Hi Rikard, it works, it was my mistake :)
Thanks a lot for your great support.