Hi,
How Can I make that all the post showing in my desktop slider show up in my mobile slider?
Hello moor,
I have checked you website and saw the problem with your Big Grid displaying on mobile mode. Also, I notice you are using an RTL mode. Our theme has not been designed to work in RTL mode and this could cause some errors in the theme. Please check our demo preview and see that this feature works fine without problems, like this-> http://screencast.com/t/wh3urhM4A3y We suggest trying to disable all the active plugins, except Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello moor,
I have checked you website again and saw you have some personal customization which it could cause this issue. Please notice that we are not responsible for inadequate theme behaviour with your custom modification.
Please try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/cvn5H3YT
@media (max-width:767px){
.td_block_big_grid_7 .td-big-grid-post-0, .td_block_big_grid_7 .td-big-grid-post-1, .td_block_big_grid_7 .td-big-grid-post-2 {
float: none!important;
}
}
The result you should see here -> http://screencast.com/t/A7CJMpsgQI3q
Hope this helps!
Thank you for the message!