Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #54502
    Michele
    Member

    Hi I’ve got a test site up with the Full Frame Pro Theme at http://www-test.shelfdig.com/ We love the theme!

    It seems to be working fine on a desktop, but on my iPhone 5, there is one main issue:

    The nav bar goes to 2 lines only in mobile (http://www-test.shelfdig.com/wp-content/uploads/2015/03/photo-1.png). This happens with your full frame demo even so I don’t think the bug is just on our end (screenshot at http://www-test.shelfdig.com/wp-content/uploads/2015/03/photo.png)

    Any advice how to make that stay on a single line?

    … also not a bug, but I’m curious if you have a quick way in the custom css to adjust the width that the menu bar condenses at. If so, I would appreciate that too.

    Thanks!

    Michele

    #54525
    Sakin
    Keymaster

    @Michele: Yes, it is issue older version of iPhone as I don’t have issue in my iPhone that is 5 and 4. So add in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 400px) { .wrapper { padding: 0 10px; } }
    @media screen and (max-width: 319px) { #logo-icon { width: 55%; } }

    This will be corrected in new version update. So, you can remove this after the release of new version.

    #54546
    Michele
    Member

    Ok, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Questions re mobile site problems’ is closed to new replies.