- This topic has 7 replies, 2 voices, and was last updated 8 years, 2 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 🙂
🙂
Are you looking for the best ultimate WordPress themes? You’re on the right page! This post highlights the top ultimate WordPress themes for businesses, freelancers, […]
Are you looking best chemical industry WordPress themes and templates? Here’s a list of the best manufacturer WordPress themes for the chemical industry. These are […]
Are you looking for the best paintball WordPress themes? You’ve come to the right place! This post highlights the top paintball WordPress themes that are […]