Hello @einsteinsolutions88,
I think you are talking about four column layout.
Lite version of gallery only have two columns.
Only version have this feature to show gallery in two, three and four column.
Check here of all features available in Pro Version
Thank You
Hej @webhuntinfotech,
Maybe your right, but I am not sure I explained correctly.
The way the organizations are organized here:
http://einstein-empowerment.academy/organisatie/
‘2 by 2’
is perfect for me. Great way to display the logo’s.
My only point is that they are huge.
I would like them more at thumbnail size in a 2 by 2 gallery.
Is that possible or a pro feature (maybe be choosing 1 x 4 the pictures also get smaller, but I like the 2 by 2 display)
Kind regards, Julia
Hello @einsteinsolutions88,
Gallery thumbnail are showing as much bigger, because it cover 100% width of there parent section size. It’s because of responsiveness of gallery, Adjust according to devices and their parent section size
If two thumbnail have to cover full width the beauteously looks bigger.
Now for the solution: you can use a div tag and put your gallery shortcode in div. Now set its width of div tag according to your requirement. gallery thumbnail are auto Adjust according to the div size
Or
You can try below css rule.
Put the css rule in Custom CSS Editor option of the gallery.
div#pvgm_623 {
width: 50%;
}
save the changes
Hope this will work for you.
Note:- If above solution don’t work for you or your query something else please provide a screenshot with proper indication so we can batter understand your issue.
Thank You
It works perfectly again!
Thanks a lot, and have a nice day.