Customer Account Login Icon Missing On Mobile In Header

www.aegisactivewear.com

seems to be gone from mobile views

@LordofLeggings - it can look like this, will need multiple css settings

Sorry, a bit confused. What is missing?

Hi @LordofLeggings ,

Go to Assets > stylesheet.css and paste this at the bottom of the file:

@media screen and (max-width: 980px) {
	ul#cart {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	ul#cart li.customer-accounts {
		display: inline-block !important;
	}
	ul#cart li.customer-accounts .customer-words {
		display: none !important;
	}
}

Hope it helps!

Thank youuuu! Works now.