Dear @kevinc81,
Sorry for the belated response.
Would you please try to update the gallery one more time?
We have just released another update.
Sincerely,
Hello Asya,
Thank you for your answer and no worries about the delay.
I did the update, cleared the browser cache, and tried again, without success.
I tried to disable the plugins to see if there was a conflict somewhere, but it didn’t work.
I took a new screenshot with the “inspect” console, hoping it would help.
Best regards,
Kévin CAROL
https://i69.servimg.com/u/f69/11/39/41/06/bug_ce12.jpg
same issue, no easy way to centre the gallery thumbnail cluster on the page.
galleries are now left aligned and were previously centred.
page template is full width, classic editor strips any attempt to use html.
gallery also ignores visual composer row, column & block alignment settings
any help greatfully appreciated as it affects multiple galleries on multiple sites
many thanks!
Dear @kevinc81,
Please use the following CSS to restore the initial look:
div##bwg_thumbnails_0 {
margin:auto;
}
You should place your gallery id instead of 0. You can find it in the inspect element as well.
Sincerely,
Thanks @asyag
this unfortunately didn’t work for me
is there a way to set it to center for all galleries?
many thanks
Thank you for your response.
This code works (with one # missing) and I thank you very much for that:
div#bwg_thumbnails_0 {
margin:auto;
}
But it’s just a patch, I have to duplicate this code by changing the id so that my pages containing multiple galleries are displayed correctly.
It should not be necessary to correct the behaviour of the gallery with CSS code, except to customize something.
For example, I had to put all this CSS code because I have up to 32 galleries on a single page :
div#bwg_thumbnails_0 {
margin:auto;
}
div#bwg_thumbnails_1 {
margin:auto;
}
div#bwg_thumbnails_2 {
margin:auto;
}
div#bwg_thumbnails_3 {
margin:auto;
}
div#bwg_thumbnails_4 {
margin:auto;
}
div#bwg_thumbnails_5 {
margin:auto;
}
div#bwg_thumbnails_6 {
margin:auto;
}
div#bwg_thumbnails_7 {
margin:auto;
}
div#bwg_thumbnails_8 {
margin:auto;
}
div#bwg_thumbnails_9 {
margin:auto;
}
div#bwg_thumbnails_10 {
margin:auto;
}
div#bwg_thumbnails_11 {
margin:auto;
}
div#bwg_thumbnails_12 {
margin:auto;
}
div#bwg_thumbnails_13 {
margin:auto;
}
div#bwg_thumbnails_14 {
margin:auto;
}
div#bwg_thumbnails_15 {
margin:auto;
}
div#bwg_thumbnails_16 {
margin:auto;
}
div#bwg_thumbnails_17 {
margin:auto;
}
div#bwg_thumbnails_18 {
margin:auto;
}
div#bwg_thumbnails_19 {
margin:auto;
}
div#bwg_thumbnails_20 {
margin:auto;
}
div#bwg_thumbnails_21 {
margin:auto;
}
div#bwg_thumbnails_22 {
margin:auto;
}
div#bwg_thumbnails_23 {
margin:auto;
}
div#bwg_thumbnails_24 {
margin:auto;
}
div#bwg_thumbnails_25 {
margin:auto;
}
div#bwg_thumbnails_26 {
margin:auto;
}
div#bwg_thumbnails_27 {
margin:auto;
}
div#bwg_thumbnails_28 {
margin:auto;
}
div#bwg_thumbnails_29 {
margin:auto;
}
div#bwg_thumbnails_30 {
margin:auto;
}
div#bwg_thumbnails_31 {
margin:auto;
}
Same problem with my blog. I use your plugin for couple years now and have always centered galleries. It doesn’t work anymore. Tried to solve this with html tags but with no success.
https://kamienzserca.pl/droga-ku-wiecznosci-bog-szeptow-remender-i-opena-recenzja/
Dear @kevinc81, @kitcummings, @kamionka,
Sorry for the belated response.
We are working on a new version of the gallery plugin. It will have all the necessary changes and fixes.
The new version will go live this week.
Thank you for your patience.
Sincerely,