Forums
Forums / Plugin: Social Slider Feed / Widget Size
(@badboyben)
11 years, 11 months ago
Hi,
Is there any way to adjust the width of the widget when it’s displayed in the sidebar?
It’s a bit narrow right now compared to the rest of the things that I have on my sidebar
Thanks!
http://weknowwhatsgood.com/
https://wordpress.org/plugins/instagram-slider-widget/
(@jetonr)
Open instag-slider.css located in instagram-slider-widget/assets/css and find .instag ul.thumbnails > li { margin:0 auto; display: inline-block; *display:inline; float: none; width: 24% !important; }
instag-slider.css
instagram-slider-widget/assets/css
.instag ul.thumbnails > li { margin:0 auto; display: inline-block; *display:inline; float: none; width: 24% !important; }
change it to
.instag ul.thumbnails > li { margin:0 auto; display: inline-block; *display:inline; float: none; width: 23.5% !important; }
let me know if it worked out!
Yes, it’s perfect now.
Thank you so much!
The topic ‘Widget Size’ is closed to new replies.