Hey guys,
I’d like to add the account icon to appear on my site on the mobile version. How can I add this to my Craft 5.0.1 Theme?
my store is shoplile.com
password: openshop2020
Hey guys,
I’d like to add the account icon to appear on my site on the mobile version. How can I add this to my Craft 5.0.1 Theme?
my store is shoplile.com
password: openshop2020
Hi @Tellmemore112
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
.header__icon--account {
display: flex!Important;
}
perfect thank you sm!
Hello,
I’ve just noticed this has caused my logo on mobile to go off-centre. I’m able to include this without affecting the positioning of my logo.
Thanks
I am also trying to do this. Can you share how you did that?