Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #896908

    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

    #897024

    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

    #897155

    Hello Rikard,
    thanks. The code does not chance anything. Can you have a second look?
    Best

    #897326

    Hi,

    Please try this instead:

    @media only screen and (max-width: 479px) {
    .av-magazine-thumbnail {
      width:100% !important;
    }
    }

    Best regards,
    Rikard

    #897437

    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

    • This reply was modified 6 years, 3 months ago by Sigmund.
    #897862

    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

    #897961

    Yes, you can close the topic.
    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.