• Resolved Kuldas

    (@kulda_s)


    Hello,

    I need help with centering the gallery on the main page.
    There are 4 pictures in the gallery, but when I look at the web, there is one more free space for the fifth picture.

    Is there a CSS option to center the gallery so that the four pictures are centered?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author PORTFOLIO GALLERY TEAM

    (@wpsofts)

    Dear @kulda_s,

    The grid is left aligned by default and to center it, you need to configure that via its container. If you’re using page builders or any tools, maybe you can do that in their settings.
    Or if you can add some CSS code to your page, you can use the following custom CSS code to center the grid align for this case:

    .crp-wrapper { margin: 0 auto; width: 80%; }

    Please try this and let me know if there will be any questions.

Viewing 1 replies (of 1 total)
  • The topic ‘How to center the gallery’ is closed to new replies.