Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #979442

    Hi togehter,

    Can you help me to reduce the number of shown instagram pictures for mobile devices?
    Desktop –> 12 Pics
    Mobile –> just 6 Pics

    Best Regards Tim

    #980013

    Hey Mosaik-Gin,

    Thank you for using Enfold.

    Where did you add the instagram widget? I can’t find it in the footer section or anywhere in the site. Please provide the actual url of the page containing the widget.

    Best regards,
    Ismael

    #980053

    Hi Ismael,
    Sorry for the inconvinience! I added the link below.
    Aditionally I am using this CSS code.

    @media only screen and (max-width: 640px) {
    .av-instagram-item a {
        width: 100%;
    }
    .av-instagram-item {
        display: block;
        number: 6;
        width: 50%;
        float: left;
        padding: 0;
    }}
    
    .av-instagram-item {
        padding: 0;
    }

    Best Regards, Tim

    #980377

    Hi,

    Thanks for the update.

    Add this css code inside that css media query. You may need to adjust the max-width value to 768px.

    div .av-instagram-row:nth-child(2) {
        display: none !important;
    }

    Best regards,
    Ismael

    #1001603

    Hi Ismael,

    thank you very much, it works perfectly!

    Regards Tim

    #1001688

    Hi Mosaik-Gin ,

    Glad Ismael helped to get it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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