Instagram Display
-
Hi there! I really like the way the Instagram widget shows on the Rosalie theme. Is there a way to mimic that on MY website here with CSS? Let me know.
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi there, I’m seeing a configuration error in the Instagram widget on your site. If you correct that and then let me know, I can take a look and see what I can do to mimic the display on Rosalie.
-
-
-
Hi! Sorry for the confusion. I fixed IG configuration error but still needed help to see if it’s possible to mimic the IG widget on the Rosalie theme.
-
To do this, you will need to remove the gallery widget you have in the left footer area. After doing that, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
@media screen and (min-width: 701px) { #wpcom_instagram_widget-3 { width: 100% !important; } #wpcom_instagram_widget-3 .wpcom-instagram-columns-2 img { max-width: 15% !important; } .wpcom-instagram-columns-2 img { margin-left: 3px !important; margin-right: 3px !important; } } -
-
- The topic ‘Instagram Display’ is closed to new replies.