ResolvedDisplay my account on small screens (not mobile)
- This topic has 6 replies, 2 voices, and was last updated 2 years, 10 months ago by
Althemist.
- AuthorPosts
- July 12, 2020 at 4:32 am #24393
mustafashalwani
ParticipantHello,
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.
July 13, 2020 at 10:31 am #24481Althemist
KeymasterHello 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?
July 13, 2020 at 10:28 pm #24451mustafashalwani
ParticipantHello,
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,July 15, 2020 at 10:16 am #24489mustafashalwani
ParticipantHello,
How can I show the icon on that resolution?
I am using iPad Air2.Regards,
MustafaJuly 16, 2020 at 11:47 am #24532Althemist
KeymasterHello 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?
July 18, 2020 at 4:05 pm #24591mustafashalwani
ParticipantHello,
The website URL: uae.benamarket.com
Is there a way to display “My Account” icon on small screens?
Regards,
July 20, 2020 at 9:39 am #24626Althemist
KeymasterYou 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 - AuthorPosts
You must be logged in and have valid license to reply to this topic.