Hello at Kriesi,
is it possible to make the magazine element image show fullsize on tablets and mobiles? It should look like the post slider, which I have put above the magazine element.
Thanks!
Best Regards
Hey Sigmund,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 479px) {
.av-magazine-thumbnail-link img {
width:100% !important;
display:block !important;
}
}
Best regards,
Rikard
Hello Rikard,
thanks. The code does not chance anything. Can you have a second look?
Best
Hi,
Please try this instead:
@media only screen and (max-width: 479px) {
.av-magazine-thumbnail {
width:100% !important;
}
}
Best regards,
Rikard
Hello,
great! I have changed it to
#top .av-magazine-thumbnail, #top .av-magazine-thumbnail a, #top .av-magazine-thumbnail a img {
width:100% !important;
}
and now it works. Thanks for that!
Best Regards
Hi,
Great, glad you got it working and thanks for sharing :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Yes, you can close the topic.
Best Regards