I am trying to move the cart logo on mobile and desktop versions. I want to move it to the top right pictured below.
I am trying to move the cart logo on mobile and desktop versions. I want to move it to the top right pictured below.
@datboi ,
Add this code at the bottom of your theme.css file.
.top-bar .grid__item.medium-up--four-fifths.small--one-half.text-right {
width: 100%;
}
Do let me know if it works.
thank you! worked perfectly
@datboi ,
You’re welcome.