Problem With Responsive Design - Question | JoomShaper

Problem With Responsive Design

F

Fricke

SP Page Builder 4 years ago

Hi,

i have a big problem in all my sites withe the responsive design over Page builder. I use Helix 3 and Helix Ultimate.

The Background images in rows of the page are displayed correctly in Browser view at Desktop/ Laptop PCs. But when i take a look at the display on my mobile or teblet, the view is not responsive displayed.

How can i fix this problem.

Tested it with Ipad and Iphone

to show you my problem:

https://www.profamilia-niederbayern.de/ (Helix 3) https://www.profamilia-niederbayern.de/punkt (Helix 3) https://www.loesungs-raeume.de (Helix Ultimate)

0
4 Answers
Pavel
Pavel
Accepted Answer
4 years ago #17760

Hi. For iOS, a fixed background does not work. The problem is on the side of the iOS. You need to either not use a fixed background, or change the background behavior for mobile devices via CSS.

For example:

@media (max-width: 991px) {
        .your_section_class {
        background-attachment: scroll !important;
    }
}
0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #17791

Hi Fricke,

Yes, as Pavel said, iOS doesn't accept fixed background, so please use background-attachment property other than fixed!

https://prnt.sc/134e1bp

Best Regards

0
F
Fricke
Accepted Answer
3 years ago #50771

What about parallax background. It seems there ar problems too?!

0
Pavel
Pavel
Accepted Answer
3 years ago #50866

Hi Fricke. This is the same problem, since in Parallax Background is used the fixed background property.

0