When I save the HTML code on my website builder, the gallery is aligning to the left of the page builder box, not in the centre.
Width is set to 100% but it does not fill the box, its always to the left with a gap on the right.
When I save the HTML code on my website builder, the gallery is aligning to the left of the page builder box, not in the centre.
Width is set to 100% but it does not fill the box, its always to the left with a gap on the right.
Hi there @ProBike
Could you please send me a link to the page where your widget is installed?
Thanks! It seems to be centered on my end:
Could you please check it in incognito mode? If the issue still persists there, please send me a screenshot of how it looks on your side
Oh, I am sorry, you are absolutely right!
Please try to use this code in the Custom CSS field on the Style tab and let me know if it helped:
.global-styles, [class*="RootLayout__Component"] {
margin: auto;
}
Unfortunately not, still sitting to the left of the box.
We’ve fixed the issue with this CSS code:
.eapp-photo-gallery-masonry-component {
margin: 0;
}
Check your website and let me know if you like what you see
Thank you. Looks better.
You are always welcome