Tagged: column, instagram, mobile, responsive, Widget
Hey Jan :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 480px) {
.av-instagram-item a {
width: 100%;
}
.av-instagram-item {
display: block;
width: 50%;
float: left;
}}
Now it does not line up correctly. It should be okay once you set column count to an even number :)
Best regards,
Yigit
Hey Yigit,
thx for the superfast help. That worked. But it leaves out every few image even if I set columns to 4 instead of 5. :/
Cheers,
Jan
Hi Jan,
My bad. Please change the code to following one
@media only screen and (max-width: 480px) {
.av-instagram-item a {
width: 100%;
}
.av-instagram-item {
display: block;
width: 50%;
float: left;
padding: 0;
}}
Best regards,
Yigit
Perfect! That works just fine :))
Thank you, Yigit!
Jan