Viewing 10 replies - 1 through 10 (of 10 total)
  • hannah

    (@hannahritner)

    Hey, just answered this on the premium form. This should get you close-

    img.AlpinePhotoTiles-img-corners {
    height: 270px;
    }
    .sidebar h3 {
    margin-bottom: -10px;
    }

    Hannah

    Thread Starter pimmesz

    (@pimmesz)

    Hey Hannah,

    Thanks! Is it also possible to remove this imstagram feed on mobile? It doesn’t adjust to mobile screen which makes it compressed.

    hannah

    (@hannahritner)

    Try adding this to your css box:

    @media (max-width: 900px) {
    .AlpinePhotoTiles_container_class {
    display: none;
    }
    .home .home-widget-box h3 {
    display: none;
    }
    }

    Thread Starter pimmesz

    (@pimmesz)

    He Hannah,

    I don’t know what happened but now my whole mobile website is screwed up!!!! Don’t know how to fix this ??

    https://www.boefclothing.com

    Looks like you have w3 total cache and you’ve tried to activate a cdn, But yours isn’t set up correctly. I’m going to recommend you undo that. Go into the plugin settings and turn the cdn off.

    Kadence Themes

    Thread Starter pimmesz

    (@pimmesz)

    Hey hannah,

    I tried to add your code but it did not work…

    @media (max-width: 900px) {
    .AlpinePhotoTiles_container_class {
    display: none;
    }
    .home .home-widget-box h3 {
    display: none;
    }
    }

    Pim

    hannah

    (@hannahritner)

    Try changing it to this-

    @media (max-width: 900px) {
    .AlpinePhotoTiles_container_class {
    display: none !important;
    }
    .home .home-widget-box h3 {
    display: none;
    }
    }

    Let me know if that works!
    Hannah

    Thread Starter pimmesz

    (@pimmesz)

    Hey hannah,

    AWESOME! It worked!

    Thank you!

    Hi Hannah

    Does the Virtue theme have an Instagram feature, or would I need to install Alpine Photo Tiles for Instagram?

    Cheers

    Chris Hatton,

    In the future please make your own topic, rather then posting on a resolved one. It’s really easy for use to miss if the post is resolved.

    AS for the question you would need a plugin. Alpine photo is a good option.

    Kadence Themes

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Increase size instagram feed’ is closed to new replies.