FIXTER Mobile Problem - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

FIXTER Mobile Problem

L

Lilart

Template 2 years ago

Hi,

Just installed with Quickstart and tested (on J4 and J3), appears a problem on homepage with the slider (first row) for mobiles (Galaxy S1, LG6 +... - 360x760 px +...):

A - the button of content isn't in line and doesn't work B - the slider doesn't work.

As asked before, how to solve that? Thanks in advance Henri https://www.amazon.fr/clouddrive/share/dN3FTdNaCgppajaPWC2QJmMGLGxk7z21CW3wNIgxeZI

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #102147

Hi,

Indeed 360px is very small screen (old phone) but it's quite easy to correct design also for this resolution.

In templates > Fixter > Template Options > Custom Code > Custom CSS :

@media screen and (max-width: 440px) {
.sppb-sp-slider-button span.sp-slider-btn-icon 
{margin-left: 10px;}
.sppb-sp-slider-button span.sp-slider-btn-text 
{padding: 0 0 0 10px; }
}

after using it

galxy_93_2023.jpg

0
L
Lilart
Accepted Answer
2 years ago #102150

Hi Paul,

Many many thanks! And that's a big relief! Best regards, Henri

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #102154

You're welcome. I used that template a few times, with small customizations looks/works pretty well.

0
L
Lilart
Accepted Answer
2 years ago #102219

That's what I assumed. But now as newbie with builders we must learn! And benefit from a little help, certainly. Thanks again PAul, Henri

0