We Would Like To Recommend Setting Up Page Width. - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

We Would Like To Recommend Setting Up Page Width.

C

CHAYAPOL

SP Page Builder 3 years ago
0
4 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #91745

Hi

Thanks for contacting us. Could you please explain it more?

-Regards.

0
C
CHAYAPOL
Accepted Answer
3 years ago #91746

Please open the picture. I need help urgently https://1drv.ms/u/s!AiyGCNIk12e59io8Dd1BcArfWEva?e=V4W39U)

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #91754

Hi Chatapol,

I also don't fully understand what is your goal.

You want to reduce template width from full width with container to Box layout ? If yes, check Template Options > Basic > Body > Boxed Layout : YES

then choose bg color for the website, maybe white?

foto_9092_2022.jpg

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #91755

For other width changes you have to use your CSS knowledge, no options/switchers for that.

Page content (from SP PB) that is displayed in component area uses class .sppb-row-container

and on large resolution this default value is used

  @media (min-width: 1380px) {
.sppb-row-container {max-width: 1320px; }
    }
As you see very basic CSS. We cannot teach CSS here, so we can give only tips.

Yes, you can override it using Custom CSS.

foto_9093_2022.jpg

0