How To Center - Question | JoomShaper

How To Center

RJ

Richard Juknavorian

SP Page Builder 10 months ago

How do I center this...

https://stsvartanantz.com/index.php/component/sppagebuilder/page/46

I'm using the image layout element. thanks

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178272

Hi Richard.

As always you have a few options to choose from:

  1. You can upload image that would have 360px of width and equal distances on the left & right side.
  2. Or You can use Custom CSS on that page only, for example
@media screen and (min-width: 680px) {
.sppb-addon-image-layout-image.image-fit > a > img {margin-left: 40px;}
}

I suggest (1) becuase your image has unevenly space on the left side, so it is difficult to center this image.

info_2975_2024.gif

besides try to find better quality of image file. Then use graphic software.

0
RJ
Richard Juknavorian
Accepted Answer
10 months ago #178315

Sorry about not explaining. I'm trying to center in the middle of the page. I'm ok with the picture the way it is.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178323

To center that addon on the page, you have to create 3 columns grid, and put your addon in the middle of it.

0
RJ
Richard Juknavorian
Accepted Answer
10 months ago #178325

THANK YOU!!!!

Why didn't I think of that.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178326

The one who asks never gets lost.

You're welcome.

0