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
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.
Try adding this to your css box:
@media (max-width: 900px) {
.AlpinePhotoTiles_container_class {
display: none;
}
.home .home-widget-box h3 {
display: none;
}
}
He Hannah,
I don’t know what happened but now my whole mobile website is screwed up!!!! Don’t know how to fix this 🙁
http://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
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
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
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