css code to lay Instagram widget horizontally
-
I have been searching how to make my Instagram widget display my photos horizontally vs vertically. Please help! Does anyone have a CSS code?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Please try the following CSS code.
.footer-widgets-wrapper .tg-one-third { width: 100%; } .footer-widgets-wrapper .wpcom-instagram-images { display: flex; } .footer-widgets-wrapper .wpcom-instagram-images a { width: 20%; } @media (max-width: 600px){ .footer-widgets-wrapper .wpcom-instagram-images { display: grid; } .footer-widgets-wrapper .wpcom-instagram-images a { width: 100%; } }
Hope this helps.
Thanks.
Sanjip S. -
-
- The topic ‘css code to lay Instagram widget horizontally’ is closed to new replies.