Max Width For Section Less Then 1200 - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Max Width For Section Less Then 1200

sitte

sitte

SP Page Builder 2 years ago

In SP Page Builder Pro 5.1.4 when I try to set max width for section I cannot set it to less then 1200. Why?

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #134004

Hi there!

Thanks for reaching out to us.

You can use custom CSS instead. Here is a sample code snippet for your consideration:

@media (min-width: 1400px){
#section-id-1695575513647 > .sppb-row-container {
    max-width: 900px !important;
}
}

Media query and section ID should be changed accordingly to reflect your own need.

Best Regards

0