Home › Forums › Massage Center (Spa) Forum › Problems on tablet Spa template
- This topic has 10 replies, 3 voices, and was last updated 6 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
September 28, 2018 at 12:16 pm #108598
I have used the SKT Spa template for the website https://praktijkvanrhoon.nl/ and on mobile and pc the website looks fine.
On tablet there are problems. In portrait the website looks fine, but in landscape a white banner on the right apears in the slider, the innerslider and the footer.How can I fix this so that the website looks fine aswell in landscape on a tablet?
Regards,
MirandaSeptember 28, 2018 at 1:15 pm #108624Hi,
Kindly go to Appearance >> Theme Options >> Layout Settings >> Custom CSS Box:
Add this code there:
@media screen and (min-width:1024px) and (max-width:1160px) { .topfirstbar { width:100%;} }
Regards,
DaveSeptember 29, 2018 at 9:12 am #108660Hello Dave,
Thank you for the code. The homepage now is fixed in portrait on a tablet. But the other pages are not. Still showing the white banner on the right. Do you have a code for the other pages?
Regards,
MirandaOctober 1, 2018 at 12:51 pm #108767Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
DaveOctober 1, 2018 at 8:34 pm #108796Hi Dave,
See screenshot: https://imgur.com/a/d0JngIM of the about me page.
The issue is on all the other pages te same.
The homepage is fixed nicely now. But now the rest 🙂Regards,
MirandaOctober 4, 2018 at 11:07 am #109026Hi Miranda,
You have posted a PayPal dispute regarding the latest transaction via PayPal.
We wouldn’t be able to provide you further support unless that is resolved.
Regards,
ShriOctober 4, 2018 at 11:36 am #109035Hi Shri,
Looks like something went wrong 🙁
Just send you an e-mail.Miranda
October 16, 2018 at 11:25 am #109837Hello Shri,
Post Paypal dispute is closed and invoice is payed over a week ago. When will the problem as mentioned in my first post be fixed?
Regards,
MirandaOctober 16, 2018 at 12:10 pm #109840Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (min-width:768px) and (max-width:1160px) { .content-area { width:100%; padding:50px 20px; box-sizing:border-box;} }
Regards,
DaveOctober 17, 2018 at 4:17 pm #109940Thank you, it is fixed now.
Regards,
mirandaOctober 18, 2018 at 6:25 am #109979🙂
-
AuthorPosts
- You must be logged in to reply to this topic.