- This topic has 7 replies, 2 voices, and was last updated 8 years, 4 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- The topic ‘iphone responsive issue’ is closed to new replies.
Home › Forums › All Other Themes › iphone responsive issue
Please see the attached screenshot of what the homepage looks like on my iphone. There is a lot of space between the menu and the body of the page. All other pages seem to be ok. This just affects the homepage.
Kindly go to Appearance>>Theme Options>>Layoyt Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) {
#secondary.home_front_wrap { margin-bottom:10px !important;}
}
Regards,
Shri
No change at all 🙁
Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width: 767px) {
#secondary.home_front_wrap { margin-bottom:0 !important;}
}
Regards,
Shri
no, that still did not fix it. It looks great on my desktop, on my iPad BUT NOT on my iPhone 5 in portrait mode. Still looks like the screenshot I originally submitted.
Kindly Remove this code there:
@media screen and (max-width:479px) {
#secondary.home_front_wrap { margin-bottom:10px !important;}
}
@media screen and (max-width: 767px) {
#secondary.home_front_wrap { margin-bottom:0 !important;}
}
—————————————————————-
And add this code there:
@media screen and (max-width:479px) {
.home #secondary { margin-bottom:0 !important;}
}
Regards,
Shri
perfect! Thanks again 🙂
🙂
WordPress Scheduling Plugin If you don’t want to take your customer’s towards your competitor’s website and want to engage them on your website with more […]
Learn How to Show Author Bio in WordPress Easily In this article, we will discuss different aspects related to it and also cover how to […]
Are you looking for the best tips and tricks to use infographics and GIFs in your WordPress blog to build more traffic? The visual way […]