We’re migrating to our new support system at https://support.neuronthemes.com/ please create an account and submit all new support tickets there to ensure faster and more efficient assistance.
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.
Hey,
I have a three columns images and I see that the responsive doesn't work.
I attach an screenshot.
What's wrong?
Thanks!
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.
Hey, it works better!
But it still doesn't make one column.
I attach another sreenshot.
Thanks a lot!
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.
Hey, it doesn't work.
Am I doing something wrong?
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.
Great thanks!
You are welcome anytime, feel free to ask for anything you need
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.