Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Impulse theme: Customer account is missing from mobile view

Impulse theme: Customer account is missing from mobile view

greentigershop
Excursionist
25 0 9

Hello,

 

I've enabled customers account for my shop and it showed up on the Desktop version. However it's missing from the mobile view? How can I add it back and also add it to the side bar menu (mobile only). I've tried different solutions on here but nothing worked for me.

 

Screen Shot 2024-03-19 at 2.54.56 PM.png

 

store: https://greentiger.co/

pw: cheese

Replies 2 (2)

BrainStation23
Shopify Partner
413 62 60

hi @greentigershop 
You can follow these step to achieve your result 
Go to online store->edit code->grid-mixin.css file and paste this code 

@media only screen and (max-width: 768px)
.site-nav__link.site-nav__link--icon.small--hide {
    display: inline-block !important;
}

Result:

Screenshot 2024-03-20 115808.png

 If you need anything please like accept and reply this message

 

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps
greentigershop
Excursionist
25 0 9

@BrainStation23 I searched and didn't see the grid-mixin.css file. I tried pasting the code in the theme.css file and it didn't do anything. Any ideas?