Css Width For Sppb-row-container - Question | JoomShaper

Css Width For Sppb-row-container

A

Andreas

SP Page Builder 3 years ago

Since Page SP Page Builder Version 3.7.4 an additional entry for large monitors was added to the css files: @media (min-width: 1400px) {# view-overview> .sppb-row-container {max-width: 0px;} }. Why? Why should the container suddenly only be 0px wide, whereas on smaller screens it is a good 98% wide? Is that an error or why is the value set to 0px?

In the custom css file I now added the entry @media (min-width: 1400px) {# view-summary> .sppb-row-container {max-width: 1370px !Important; }} added. So that you can see the background-image.

0
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #1363

Hi there!

Would you please give me your site URL and an illustration of what you are talking about?

Best Regards

0
A
Andreas
Accepted Answer
3 years ago #2452

It's a problem with an page.css file in directory /media/com_sppagebuilder/css/. How a these files generated?

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #2453

Hi,

Would you please give me your site URL to check?

Regards

0
A
Andreas
Accepted Answer
3 years ago #4195

Hi,

I added @media (min-width: 1400px) #view-overview > .sppb-row-container { max-width: 1370px !important; } to my customm.css file to fix the problem.

Please check this. - Thanks

regards

0