Instagram Fooder widget horinzontal
- The topic ‘Instagram Fooder widget horinzontal’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
just one thing and than my new website is perfect.
The instagram pictures in the footer is always displayed vertical, but I want to
display it horinzontal. Is it possible to do this? Otherwise it looks like crap,
but its necessary because my Instagram brings my money…
Best regards
Marian
The blog I need help with is: (visible only to logged in users)
Hello,
Go to edit the settings for the Instagram widget and you’ll see the “Layout” option, you can change the amount of columns there. Currently it’s set to 1 column.
Hello,
i know. I did, but thats not the thing. I want 5 or 6 pictures side by side (horizontal) in one column.
You know what i Mean?
Hi,
It’s a widget from WordPress.com, not a theme widget so we don’t have the ability to alter the way it works.
But you can use some custom CSS code to change it to have more columns:
.wpcom-instagram-images a {
display: block;
float: left;
width: 20%;
}