• Hey!
    I wanted to know how to center the gallery in my website! Its been a headache for a while now! I used Jetpack Plugin for Gallery! I dont know why the gallery is moved to the LEFT side!

    This is my website: https://www.wowrose.ae/gallery/

    And i use ULTRA theme by Themify!

    It would be wonderful if you find me the solution!

Viewing 1 replies (of 1 total)
  • Hi @ridhwanyt,

    I’m having exactly this problem and it’s very irritating. My solution at present is to add the following code to my child theme stylesheet (style.css).

    .tiled-gallery {
    max-width: 600px;
    margin: auto !important;
    }

    This is from a suggestion I found somewhere else on the WP forums from some years ago. (I’ve lost the link now.) I don’t know why it works, but it does.

    Once you’ve pasted it into your stylesheet, you may need to adjust the max-width figure till it suits your site/theme.

    Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘How to Center Tiled Gallery by Jetpack’ is closed to new replies.