ResolvedDisplay my account on small screens (not mobile)

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #24393
    mustafashalwani
    Participant

    Hello,

    I want to display the my account icon on the side menu but it only appears when browsing the website from a mobile devise. When I browse the website from laptop, I can’t find the “my account” icon when opening the side menu.

    #24481
    Althemist
    Keymaster

    Hello mustafashalwani,

    The icon is hidden on resolutions bellow 1280px, as it’s a responsive theme. As for the iPad, ti should work absolutely fine. Could you please give us a link to your site to check and also tell us what iPad model you try with.

    What’s you laptop screen resolution?

    #24451
    mustafashalwani
    Participant

    Hello,
    My laptop resolution is 1280X800 and I don’t see my account icon when the browser window is not on full-screen. I don’t see the icon on the iPad as well.
    Regards,

    #24489
    mustafashalwani
    Participant

    Hello,

    How can I show the icon on that resolution?
    I am using iPad Air2.

    Regards,
    Mustafa

    #24532
    Althemist
    Keymaster

    Hello Mustafa,

    the iPad Air2 resolution is 1536×2048, so the account icon in the header should be visible even in portrait mode. Could you, please give us a link to your site?

    #24591
    mustafashalwani
    Participant

    Hello,

    The website URL: uae.benamarket.com

    Is there a way to display “My Account” icon on small screens?

    Regards,

    #24626
    Althemist
    Keymaster

    You can use the following CSS to address the iPad Air2 and show the account icon in the header:

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
            #rigid-account-holder {
            display: inline-block !important;
        }
    }

    Hope this helps.

    Regards,
    Dimitar

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

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

License required for the following item
Login and Registration Log in · Register