• Hi !! Nice plugin. It works on desktop mode. however, in mobile, it shows very bad layout. I have placed feed in footer widget.
    My Website: giasaysthat.com

    Kindly help me with that. It mixes with my copyright text and barely shows 1 feed.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey nikunjblokes,

    It looks like your theme is hiding a good portion of the feed for mobile devices. Try adding this to the “Custom CSS” area on the “Customize” tab of the Instagram Feed Settings:

    .colophon { overflow: visible !important; }

    Thread Starter nikunjblokes

    (@nikunjblokes)

    Still doesn’t work

    Thread Starter nikunjblokes

    (@nikunjblokes)

    It works Thanks !!
    how can I make height of images small ?
    There is option to adjust height of feed but no option for height of image

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hello again,

    You can change the height of the images in two ways. Either by increasing the number of images per column by raising the column “cols=” number or by reducing the width of the feed to a lower percentage.

    Were you hoping to do one of these for just the mobile view?

    Thread Starter nikunjblokes

    (@nikunjblokes)

    I was talking about desktop. Nevermind, ur solution works. Thanks.
    While in mobile view, The title mixes up with my footer copyright text. Have a look: https://prnt.sc/cfvxbc

    Thanks !!

    Plugin Author smashballoon

    (@smashballoon)

    Hey nikunjblokes,

    I’m just chipping in to help with this issue. It looks like the issue is that there’s some CSS in your theme that’s setting the height of that section to be 150px on mobile:

    @media (max-width: 768px){
      #first_footer {
        width: 90%;
        height: 150px;
      }
    }

    This is on line 3046 of your theme’s style.css file. If you remove the height: 150px; line then it should fix the issue for you.

    I hope you’re having a good weekend!

    John

    Thread Starter nikunjblokes

    (@nikunjblokes)

    Thank you soo much for your help !! It worked !!

    Plugin Author smashballoon

    (@smashballoon)

    Awesome, glad to hear that! Happy to help ??

    No obligation of course, but if you like the plugin and feel like leaving a quick review then it’s always hugely appreciated!

    I hope you’re having a great start to your week.

    John

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Completely messed up on mobile’ is closed to new replies.