- This topic has 7 replies, 2 voices, and was last updated 9 years 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 🙂
🙂
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]