• Hi,

    I made some width changes on my website and now I face – not for the first time – the problem that all my custom_galleries that I made with Shortcode Ultimate aren’t centered anymore. I tried it with custom CSS…

    .su-custom-gallery:after { clear: both }
    .su-custom-gallery-slide {
    	position: relative;
    	float: center;
    	margin: 0.5em;
    	overflow: hidden;

    …but “float: center” isn’t supported (only “left”, “right”, “inherit” or “none” is working).

    So I have to change the sizes of all my custom gallery thumbnails… on several hundred pages! Isn’t there a chance to use custom CSS like I tried it and avoid such horrible time wasting and nerve breaking issues in the future?

    I hope you can help me.
    Thanks.

  • The topic ‘Setting to center custom_gallery’ is closed to new replies.