• Resolved ChristineSchofield

    (@christineschofield)


    Can we change the size of the display on mobile – It is a bit large on mobile but perfect on desktop

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support slickchris

    (@slickchris)

    Hi @christineschofield,

    While there is not a way to change the mobile size independently, there is a way to affect it. When setting up your IG shortcode, you want to make sure that you leave ‘force columns’ set to no, this will keep the feed responsive to mobile devices. If ‘force columns’ is set to yes, that will retain the amount of columns into the mobile area, and most always, display larger on mobile.

    Best regards

    Thread Starter ChristineSchofield

    (@christineschofield)

    Thanks for the fast response. I however do have it set to no already and tested both ways and they unfortunately both display the same

    Plugin Support slickchris

    (@slickchris)

    Hi @christineschofield,

    Our developer has offered this bit of custom CSS to help with the mobile size.

    In your WordPress dashboard, you will need to go to Feed Them > Settings > Global Options, click the Custom CSS checkbox and add the custom CSS, then scroll to the bottom and click the ‘Save All Changes’ button before navigating away from the page.

    This custom CSS should do the trick to reduce the image size on mobile. You can reduce the image size even more by increasing the padding amount that is set.

    @media ( max-width:760px ){
    .fts-instagram-inline-block-centered {
    padding:0 40px 40px;
    }
    }

    After you apply this, go to your WP Page and then clear the FTS cache so the changes take effect (Feed Them > Settings > Global Options > Clear All FTS Cache).

    Let us know how it goes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can we change the size of the display on mobile’ is closed to new replies.