- Posts: 70
- Thank you received: 0
Responsive Mobile
-
andre6
Active member - Topic Author
- Member
Less
More
1 year 11 months ago - 1 year 11 months ago #49859
by andre6
Responsive Mobile was created by andre6
My client finds it annoying that, when you look on your mobile, the page can be moved back and forth.
Is there anything to do about this?
www.orbeladvantage.com/images/problems/mobile.mp4
I see that the problem is: about module in bottum 4
How can i adjust it appropriately?
Is there anything to do about this?
www.orbeladvantage.com/images/problems/mobile.mp4
I see that the problem is: about module in bottum 4
How can i adjust it appropriately?
Last edit: 1 year 11 months ago by andre6.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
1 year 11 months ago #49861
by milos
Replied by milos on topic Responsive Mobile
Hello,
Please edit this file /media/templates/site/orbeladvantage/css/custom.css and below this line:
add this:
Make sure you cleared your mobile browser cache before testing the page again.
Regards,
Milos
Please edit this file /media/templates/site/orbeladvantage/css/custom.css and below this line:
Code:
@media (max-width: 767px) {
add this:
Code:
.sparky_container {
width: 100%;
}
.sparky_container > [class*='sparkle'] {
width: 100% !important;
}
.two [class*='sparkle'] {
width: 50% !important;
}
.full .sparky_container {
width:100%;
}
.full .sparky_container > .sparky_cell {
margin: 0;
padding: 0;
}
Make sure you cleared your mobile browser cache before testing the page again.
Regards,
Milos
The following user(s) said Thank You: andre6
Please Log in to join the conversation.
Time to create page: 0.218 seconds