Okay
  Public Ticket #962803
Mobile View Issue
Closed

Comments

  •  3
    jules928 started the conversation

    There's issue when in mobile on iPhone 7. The menu is not showing in mobile (see attachment)

  •  1,558
    Laborator replied

    Hi there,

    Add the following CSS in the Custom CSS > Responsive > Extra Small (XSS):

    .logo-dimensions {
        min-width: 150px !important;
        width: 150px !important;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    jules928 replied

    Hi Art,

    I have solved this issue. Thank you for this though. 

    Is there a way to move the mobile menu from right to left?

    Jules

  •  1,558
    Laborator replied

    Hi Jules,

    I tried to achieve this with Custom CSS but that's not possible, the columns of the theme need to be rearranged to do this and that can't be done through Custom CSS.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    jules928 replied

    Thanks, Art for the help!

  •  3
    jules928 replied

    Hi Art,

    I know this depends on the mobile screen size because it's respinsive. But can I fix it so that the black box will adjust its height size if the texts will be longer and it won't be passing beneath "View Cart'?

    Jules

  •  3
    jules928 replied

    Another mobile issue is in view cart only happens in iPhone. I'm using iPhone 7. Part of the page is being cut. Please see attachement.

    Jules

  •  1,558
    Laborator replied

    Hi Jules,

    – Setting a height to that banner is not recommended, it will create even more problems and that is automatically set by the responsiveness of the site.

    – It's not a bug, you can scroll through the table horizontally.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    jules928 replied

    Thanks, Art for clarifying!