Bad Mobile View - Question | JoomShaper

Bad Mobile View

R

Rapha73

SP Page Builder 7 months ago

Hi,

i use Image Layouts. On Laptop it looks good but not on Mobiles. Can you please check this an give me a hint what i have to do.

Thanks, Raphael

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #187799

Please use that extra Custom CSS

@media screen and (max-width: 990px) {
.image-layout-preset-style-card .sppb-img-responsive, 
.image-layout-preset-style-overlap .sppb-addon-image-layout-image  {height: auto;}
}

and should be much better :)

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #187714

Hi Raphael,

What is exactly "bad" ?

I checked your site using iPhone emulator and the only "bad" thing I saw was small space between title and image. And that can fix that:

@media screen and (max-width: 680px) {
.sppb-addon-image-layout-content .sppb-image-layout-title {margin-top: 20px !important;}
}

Becuase too small or too big padding/margin between addons or columns in mobile view you can set manually in Settings, so that's not a bug but missing setting (webmaster duty).

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #187715

About header, if you used Custom Header, you forgot to set column width for Mobile view. If you planned 3 columns, maybe you can set col-4 for each column. Look my example settings (Template Options > Layout > Header - logo & menu column)

info_3419_2025.gif

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #187717

BTW

To share screenshot on forum use:

... and then it will be easier to talk (and help).

0
R
Rapha73
Accepted Answer
7 months ago #187779

Hi Paul,

thank you very much. Now it looks fine :-) On Tabelt view the images are scaled.

0
R
Rapha73
Accepted Answer
7 months ago #187887

Thank you very much, Paul :-)

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #187896

And as conclusion humor

"Bad Mobile" in Google

info_3427_2025.gif

That's why still humans response here, not AI.

0