Okay
  Public Ticket #2161805
Responsive
Closed

Comments

  • conillmagic started the conversation

    Hey,

    I have a three columns images and I see that the responsive doesn't work.

    I attach an screenshot.

    What's wrong?

    Thanks!

  •  675
    Neuron replied

    Hi,

    That seems to be as custom gallery, please add the following style and the layout will be fixed. The CSS can be added at Appearance > Customize > Additional CSS.

    @media (max-width: 991px) {
        .gallery .gallery-item {
            width: 50% !important;;
        }
    }

    And in smaller screens.

    @media (max-width: 567px) {
        .gallery .gallery-item {
            width: 100% !important;;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards


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

  • conillmagic replied

    Hey, it works better!

    But it still doesn't make one column.

    I attach another sreenshot.

    Thanks a lot!

  •  675
    Neuron replied

    Hi,

    Good to know, to make one column, simply add the second line.

    @media (max-width: 991px) {
        .gallery .gallery-item {
            width: 100% !important;
        }
    }

    So width 100% will make it from 991 pixels.

    Kind Regards


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

  • conillmagic replied

    Hey, it doesn't work.

    Am I doing something wrong?


  •  675
    Neuron replied

    Hi, Please remove the CSS completely you've added 1000% instead of 100%.

    @media (max-width: 991px) {
        .gallery .gallery-item {
            width: 100% !important;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards


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

  • conillmagic replied

    Great 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.