can't see some sections on mobile versions

  • Unknown's avatar

    Hi,

    I’ve an issue for a few weeks. In the mobile version (ipad) of my blog, some sections in the header’s menu (Services & Right Brain) doesn’t appear entirely. To solve that problem, I would like to shift on the all header’s the sections on the left. Is there any CSS Revisions which could fix my problem?

    Many thanks for your help,

    RightBrain

    The blog I need help with is: (visible only to logged in users)

  • Add this to your CSS styles:

    hgroup {
        width:100px;
    }
    
    .main-navigation {
        float: left;
        width:auto;
    }
  • Unknown's avatar

    Thanks for your help senff!
    For more readability in the mobile version, I would like to keep the same header’s height if possible. Do you know the code to get the same result without adding a line?

  • Unknown's avatar

    Hi there, I’m seeing your full menu on my iPad in both portrait and landscape orientation, and even on smaller tablet sizes (600×800 resolution) I’m seeing the full menu in my simulator. Did you get this fixed, or are you still seeing a problem?

  • The topic ‘can't see some sections on mobile versions’ is closed to new replies.