Home › Forums › All Other Themes › bakery pro not resizing on IPad
- This topic has 5 replies, 2 voices, and was last updated 4 years, 11 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
January 3, 2019 at 10:21 am #114294
Hi,
I just noticed that my website isn’t resizing properly on Ipads,
would you mind to have a look and advise? https://thehealthytart(dot)comThanks in advance.
January 3, 2019 at 11:00 am #114300Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
ChrisJanuary 3, 2019 at 12:51 pm #114308Hi,
please find the screenshot below, I am not even able to scroll to the right to make the full width show. It is also cutting a bit off on the left.
https://imgur.com/a/CDij8wj
January 4, 2019 at 5:09 am #114333Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (min-width:1024px) and (max-width:1150px) { .content-area { width:auto; margin:0 20px; padding:50px 0;} .site-main { width:66%;} #sidebar { width:28%;} .site-main #happycustomers-box { width:28%; margin-right:0;} .copyright-wrapper { padding:25px 20px;} .header .header-inner { padding:0 20px !important; box-sizing:border-box !important;} }
Regards,
ChrisJanuary 4, 2019 at 10:27 am #114346Thank you, this fixed the side but now the navigation bar on top is overlaying the heading, how can I fix this, please?
https://imgur.com/a/3jjrE3b
January 7, 2019 at 5:14 am #114411Hi,
Kindly use this CSS
@media screen and (min-width:1024px) and (max-width:1150px) { .single .header.innerheader { position: relative;} }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.