CSS Code To Centre An Image On Image Layout - Question | JoomShaper

CSS Code To Centre An Image On Image Layout

Francois Barnard

Francois Barnard

SP Page Builder 1 year ago

Hi

A client tries to list his products on his website using Image Layout. He used a uniform width for all images, but they now left-align in the picture.

See https://miraclesolution.co.za/ If you click on "Products" you will see the images and button at the bottom aren't centred, but the text is. Do you have CSS code that will centre those images?

Regards,

Francois

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #165817

Hi

Thanks for contacting us. Use this CSS in your custom.css file

.sppb-addon-image-layout-wrap{
  display: flex;
  justify-content: center;
  align-items: center; 
}

-Regards.

0
Francois Barnard
Francois Barnard
Accepted Answer
1 year ago #165854

Thank you so much! That is perfect.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #165951

You are always welcome.

0