Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Punch
  • #148114
    Rob222
    Member
    Post count: 206

    Hi there,

    My site is supposed to be responsive on all platforms but when checking how my site looks on an Ipad Mini I’ve noticed that my navigation menu drops down to two lines with ‘Shop’ dropping to a second line. Can you fix this for me please as I wish the navigation menu to just go across one line only as it looks more professional.

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #148193
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    
    @media only screen and (max-width: 959px) and (min-width: 768px){
    .container .sixteen.columns {
    width: 800px!important;
    }
    .container .offset-by-two {
    padding-left: 26px!important;
    }
    .container .ten.columns {
    width: 580px!important;
    }
    }
    

    -Rui

    #148218
    Rob222
    Member
    Post count: 206

    Sorry but that CSS has not fixed the problem. Nothing seems to have changed.

    #148247
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove that code and use this one new code:-

    @media only screen and (max-width: 959px) and (min-width: 768px){
    .container .sixteen.columns {
    width: 800px!important;
    }
    .container .offset-by-two {
    padding-left: 26px!important;
    }
    .container .ten.columns {
    width: 490px!important;
    }
    }

    Thanks
    Mohammad

    #148462
    Rob222
    Member
    Post count: 206

    Still doesn’t work.

    #148497
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    What is screen device size as you testing?
    Thanks
    Mohammad

    #148515
    Rob222
    Member
    Post count: 206

    I was testing it on my ipad mini and large PC screen monitor. It doesn’t matter anyway. I decided to delete a button from the navigation menu so its fine for now.

    Thanks anyway.

    #148912
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great.
    -Rui

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register