empty cart - margin - dawn theme

Hi all,

Theme: Dawn

I’ve removed the cart icon and replaced it with text: however, when the cart is empty it leaves too much space (as if there should be a number)… its driving me nuts, can’t find a solution. Anyone know what to do?

www.todecay.com

Cheers in advance!

Andy

Hi @larsvilhelmsson ,

I checked and the layout is reasonable, how do you want to move the cart?

You want this?

Hi @larsvilhelmsson

Would you mind to clarify, what do you like to change for the bag? Do you mean like this?

If it is, check this one.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit.

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

.header__icon:not(.header__icon--summary), .header__icon span {
    justify-content: flex-end;
}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!