- Posts: 107
- Thank you received: 0
Mobile - Android
-
plive
Active member -
Topic Author
- Member
-
Less
More
3 years 5 months ago #48238
by plive
Mobile - Android was created by plive
Hello,
Saw under Android, Carousel-Pro is very small
and the module #176 is strange. 3soterik.com/dev/
Would you have a look please
thank you
regards
patrice
Saw under Android, Carousel-Pro is very small
and the module #176 is strange. 3soterik.com/dev/
Would you have a look please
thank you
regards
patrice
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
3 years 5 months ago #48240
by milos
Replied by milos on topic Mobile - Android
Hello,
It looks correct on our Android device. Please clear cache on your device. If it doesn't help, let me know what device and browser you are using? Do you see the same problem on this device with our demo: demo.hotjoomlatemplates.com/coworking
Regards,
Milos
It looks correct on our Android device. Please clear cache on your device. If it doesn't help, let me know what device and browser you are using? Do you see the same problem on this device with our demo: demo.hotjoomlatemplates.com/coworking
Regards,
Milos
Please Log in to join the conversation.
-
plive
Active member -
Topic Author
- Member
-
Less
More
- Posts: 107
- Thank you received: 0
3 years 5 months ago #48244
by plive
Replied by plive on topic Mobile - Android
Hello,
Some little difference between demo template and 3soterik (Chrome and Brave)
Please see attached files
best regards
patrice
Some little difference between demo template and 3soterik (Chrome and Brave)
Please see attached files
best regards
patrice
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
3 years 5 months ago - 3 years 5 months ago #48250
by milos
Replied by milos on topic Mobile - Android
Hello,
To fix this Android error, please edit the file:
/media/plg_editors_sparky/css/sparky_frontend.css
and change this:
to this:
You must clear the mobile browser cache after changing the file to see the difference.
Best regards,
Milos Stankovic
HotThemes
To fix this Android error, please edit the file:
/media/plg_editors_sparky/css/sparky_frontend.css
and change this:
Code:
.sparky_page_row.row_full_width {
width: calc(100vw - var(--scrollbar-width));
position: relative;
left: calc(50% + 0.5 * var(--scrollbar-width));
right: calc(50% + 0.5 * var(--scrollbar-width));
margin-left: -50vw;
margin-right: -50vw;
overflow:hidden;
}
to this:
Code:
.sparky_page_row.row_full_width {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
overflow:hidden;
}
You must clear the mobile browser cache after changing the file to see the difference.
Best regards,
Milos Stankovic
HotThemes
Last edit: 3 years 5 months ago by milos.
The following user(s) said Thank You: plive
Please Log in to join the conversation.
Time to create page: 0.163 seconds