I would like to center the image on the gallery menu items. Could you please indicate how this can be changed? Currently the image is left aligned. I've uploaded images from the About Us page of the administration page and live page of an image I am talking about. I would like the top image on that page (to be center aligned). I would appreciate some feedback please. 🙂


    lacali21

    You can try this custom CSS:

    .item-page .ja-gallery-list-wrap .item-image {
        display: flex;
        justify-content: center;
    }
    25 days later

    Thank you ! That fixed the problem. 🙂

    Write a Reply...
    You need to Login to view replies.