Instagram Widget
-
Hi I would like to keep my instagram posts on the home page and only like it to be shown on the home screen rather than every page.
Is there a way to do this?
Also is there a way to make the thumbnail of the instagram pictures smaller?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
In order to display the Instagram only on homepage please, add the CSS:
.home .widget_wpcom_instagram_widget { display: block; } .widget_wpcom_instagram_widget { display: none; }To reduce the thumbnails I tried:
.wpcom-instagram-columns-3 img { margin: 0 1% 2%; max-width: 20%; }Where 20% is the thumbnail size.
I hope it helps :)
-
seinnawine – let us know if dianakcury’s CSS achieved your goal.
I just wanted to mention that another way to display a widget only on a specific page is to use Widget Visiblity settings – no code needed if you go that route.
- The topic ‘Instagram Widget’ is closed to new replies.