How can I align my cart icon with the logo in the header?

Hello,

I would like to set inline the cart icon with the logo. Can anyone help me?

website: https://imabyssal.com/

Thanks

@imabyssal
Hello,

.header-tools-wrapper {
	position: absolute;
	top: 30px;
}
@media only screen and (max-width: 480px)
.header-tools-wrapper {
	top: 23px;
}
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Like This