Why Template Width does Not Much Sp Pagebuilder Width - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Why Template Width does Not Much Sp Pagebuilder Width

I

igorsv

Helix Framework 3 years ago

why template width does not much sp pagebuilder width? what changed and how to solve it. Or every time do it manualy in section settings?

0
4 Answers
I
igorsv
Accepted Answer
3 years ago #61486

max width of template should be max-width: 1140px but for some reason it is 1320px?

0
I
igorsv
Accepted Answer
3 years ago #61515

Can you help me please to solve this?

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

Hi Igor, take a look here:

foto_8038_2022.png

if you want to change it, you have to use custom CSS to override container width.

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

For Helix Ultimate 1.1.x and SP Page Builer we used Bootstrap 4 which indeed had max-width:1140px for container with this line of CSS code:

@media (min-width:1200px) {
 .container {max-width:1140px}
}

You can use this same rule for your current template. Is now all clear?

0