Can someone help me fix the word Login so it doesn’t overlap the word Cart?
https://uniquegiftsandkeepsakes.com/
geefle
Thanks in advance!
Can someone help me fix the word Login so it doesn’t overlap the word Cart?
https://uniquegiftsandkeepsakes.com/
geefle
Thanks in advance!
Please paste the code in the end of base.css file. Here is how you can find base.css file.
Go to Shopify Admin > Online Store > Edit Code > Base.css
In the end of this file paste the following code.
.header__icon--account {
margin: 0px 25px 0px 0px;
}
Result:
If this was helpful mark as Solution and Like it.
Thanks
Hello @cinderella518
.header__icon:not(.header__icon--summary), .header__icon span {
justify-content: flex-start!important;
}
Hey @cinderella518
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
It worked thank you!