Can I put my Instagram feed in a different place on the homepage?
- The topic ‘Can I put my Instagram feed in a different place on the homepage?’ is closed to new replies.
Need help? Check out our Support site, then
Hi there, I can only seem to put my Instagram feed at the bottom of my homepage and the squares are really big, so I’ve just got it showing 3 squares at the moment. Ideally I’d like it to show 9 squares and for it to be in a little box at the right hand side of the screen on the homepage, like it is on my About page. The ideal place would be where my 3rd column of featured blogs are, and I’d just have 2 blog columns. Is this possible?
Thanks!
The blog I need help with is: (visible only to logged in users)
Hi there!
Please, try with this CSS and let us know:
@media (min-width: 768px) {
.home .widget_christopher_recentposts_masonry {
width: 65%;
float: left;
margin-right: 3%;
}
.home .front-page-widget.widget_wpcom_instagram_widget {
width: 32%;
float: left;
}
}
@media (min-width: 992px) {
.home .widget_christopher_recentposts_masonry #masonry-contaniner .hentry {
width: 50%;
}
}
Thanks again!
Ricardo P.
It worked :) Thanks very much.
Fantastic, thank you for keeping us posted :)