Home › Forums › Basel support forum › Instagram VC Element – IG Image Sizes on Mobile › Reply To: Instagram VC Element – IG Image Sizes on Mobile
December 17, 2017 at 10:04 am
#29321

Bogdan Donovan
Keymaster
Hello,
Try to add the following code snippet to the Mobile Custom CSS area in Theme Settings to fix this issue.
body .instagram-per-row-6 .instagram-pics li {
width: 33.33%;
-webkit-flex-basis: 33.33%;
-ms-flex-basis: 33.33%;
flex-basis: 33.33%;
}
Regards