Desktop To Mobile View - Question | JoomShaper

Desktop To Mobile View

W

Werner

SP Page Builder 2 weeks ago

Hi, it seems, that SP Pagebuilder Pro switches from desktop to mobile view at 1199,98px.

This is what I found with Firefox:

@media (max-width: 1199.98px) {
  #column-wrap-id-1539530411677 {
    max-width: 100%;
    flex-basis: 100%;
  }
}

How/Where can I change that to a lower value (e.g. 900px)?

0
2 Answers
Hans Peter Betzler
Hans Peter Betzler
Accepted Answer
2 weeks ago #154498

Hi Werner, from one user to another The next lower breakpoint would be:

@media (max-width: 1199.98px) {

}

In your custom.css

@media (max-width: 991.98px) {

}

But you can also use the settings in SPPagebuilder to fix breakpoints for differnt screen widths.

Kind regards Hans Peter

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 weeks ago #154505

Hi Werner,

It seems that your issue has been solved already.

However, here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Thanks to @Hans Peter Betzler :)

Have a nice day!

0