Max-width: 1140px - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Max-width: 1140px

DS

Davids Spunde

SP Page Builder 4 years ago

Hi, after update to the latest version some of my pages received sppb-row-container with max-width: 1140px so now the pages are narrower. I have not changed anything else and it shows 0 in menu i can change them , but if i put blank or 0 it automatically goes to max-width: 1140px

I made a new row, no change and it also gets the 1140 minimums

https://salons.lv/dekori

0
4 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #8319

Hello Davids Spunde

You can change max-width in the SP Page Builder -> Row Settings. Go to the page and in the row settings -> Style option, change the max-width.

Best regards

0
DS
Davids Spunde
Accepted Answer
4 years ago #8326

You mean for each individual row? So I go to a page. Select a row. it says zero / blank in every possible place but still it adds some default max settings. I was fine just this morning and now for some reason its like this.

Even stranger is that if I unput in the blank Max Width 1200px , it works, but the css is silly It puts it in as min witdh to act against the useless default max width

so far it seems that the solution is just to delete the css max width styles...

element.style { } @media (min-width: 1200px) .sppb-row-container { max-width: 1140px; }

0
DS
Davids Spunde
Accepted Answer
4 years ago #8377

So I could not wait longer as the site layout was not working. Deleting the max-width css code in sppagebuilder.css for all devices from 1140px to 540px solved the problem, but I guess thats till next update. I dont think this should be like this by default as all the previous updates worked fine and I did not edit the pages for a year or so and used them daily, just today with latest update it broke down.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #8541

If you remove CSS from the core file, then it will come back again on the next update. Better option is use your own style in a custom.css file.

0