Okay
  Public Ticket #2415861
Media Gallery Responsive
Closed

Comments

  • serif started the conversation

    Hello,

    Is there a way for the media gallery to display 2 columns in the mobile version? At the moment, I don't see a control for that and the mobile version automatically displays 1 column. 

    Thanks!

  •  675
    Neuron replied

    Hi Serif,

    For that you need some Custom CSS.

    @media (max-width: 991px) {
        .elementor-widget-neuron-media-gallery .selector {
            flex: 0 0 50% !important;
            max-width: 50% !important;
        }
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • serif replied

    It works, thanks! 

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you needsmile.png

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards, 
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.