#g-navigation .g-container .g-grid {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: center;
justify-content: flex-end;
}
@EMSMouna_twitter
Hi Mouna
It may simply be a case of your css rendering the slideshow 'invisible' at a certain breakpoint, so you can override this behaviour by finding the class responsible. But to answer your question fully see below:
There are more advanced methods depending on how far you wish to go. The 'easiest' method is through use of the built-in Gantry5 Utility Classes - http://docs.gantry.org/gantry5/tutorials/utility-classes
This method requires that your replacement image widget, particle or module is added to the same section in your layout - maybe just underneath is best. Then apply the visible-phone
class to this replacement. As the breakpoint of the viewport hits mobile width, your slideshow will become 'invisible' as before, and the new replacement should then become visible.
There is a more advanced method that requires some conditional php; and this approach varies with each CMS. I'm familiar with Joomla and often use this more advanced method to prevent unwanted invisible code being called into the mobile view.