Hi @mariogroleau,
Try to add following Custom CSS with your gallery shortcode.
.col-md-4 .col-sm-6 {
padding-left: 5px !important;
padding-right: 5px !important;
}
.wl-gallery {
margin-bottom: 10px !important;
}
It will be look like that: https://prnt.sc/1gt96lsvsuWK
I hope that will work for you.
Thanks
Thank you very much! I experimented with different values , the vertical value works great, but with horizontal values I noticed no change. I tried extreme value like you can see without result, do you have an idea?
.col-md-4 .col-sm-6 {
padding-left: 60px !important;
padding-right: 60px !important;
}
or
.col-md-4 .col-sm-6 {
padding-left: 0px !important;
padding-right: 0px !important;
}
The plugin is a very great add to my website!
Thank you very much for your help!
I think last day your gallery was in 3 columns and today you changed to 4 columns, that’s why it’s not working.
Try the below code for four columns:
.col-md-3 .col-sm-6 {
padding-left: 5px !important;
padding-right: 5px !important;
}
Hope this helps.
Also share your feedback about the plugin and support: HERE
Thanks
-
This reply was modified 2 years, 1 month ago by
FARAZFRANK.