Okay
  Public Ticket #3227583
Alignment of images in portfolio item
Closed

Comments

  •  2
    sbfoto started the conversation

    I have a mix of landscape and portrait images throughout my portfolio item pages. The portrait format images are all aligned to the left, in the desktop and mobile versions of the site. I would like them aligned in the centre of the page. 

    I am building the site in MAMP so not able to send a link. 

    Your help is appreciated. 

    Attached files:  Screenshot 2023-02-09 at 08.08.28.png

  •  291
    Paul replied

    Hello,

    Please try using this custom CSS to change the alignment of the images:

    .image-wrapper, .video-wrapper {
        text-align: center;
        width: 100%;
    }

    I hope it helps!

    Regards,
    Paul

  •  2
    sbfoto replied

    perfect! thank you