Plugin Author
webriti
(@priyanshumittal)
Hi
In the mobile device by default the feeds are shown in one column. Since you have selected 3 column grid layout in desktop screen the below css will work for smaller devices.
Use the following css to change the default behavior
@media only screen and (max-width: 480px) and (min-width: 200px)
.eif-col-3 .eif_item {
width: 50%;
}
If the above din’t work than do share you page url where you are displaying feeds.
Also if you love this plugin and support do post your review.
Thanks
Priyanshu
Plugin Author
webriti
(@priyanshumittal)
Did the above solution worked for you.
Thanks
Priyanshu
Thanks, but it didn’t work yet. It is 2 columns to a certain point, but at mobile size it’s one long one.
The page is http://capecodcustomauto.com/ and it’s at the bottom of home.
Plugin Author
webriti
(@priyanshumittal)
Also add this css
@media only screen and (max-width: 480px) and (min-width: 200px)
.eif-col-3 .eif_item {
width: 50%;
}
Thanks
Priyanshu
This is the same thing but with more spaces before width. Was something meant to be different?m
Plugin Author
webriti
(@priyanshumittal)
Hi
On inspect I foudn you still not applied the rule. PFA http://www.awesomescreenshot.com/image/1188493/a7b41af7058e96d048e1525324299903
Check the highlighted box.
Thanks
Priyanshu
Strange. I added it to the theme custom css and the plugin custom css. I also flushed the WP cache each time.
Hi ollie
use this given css
@media only screen and (max-width: 480px) and (min-width: 200px){
.eif-col-3 .eif_item {
width: 50% !important;
}
}
in theme custom css box
Thanks
Abhishek
Thank you! This latest version works!
Plugin Author
webriti
(@priyanshumittal)
If you like this plugin and support than do share your feedback here at https://ww.wp.xz.cn/support/view/plugin-reviews/easy-instagram-feed
Closing this ticket.
Thanks
Priyanshu