Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I shift an icon to the left in my header design?

Solved

How can I shift an icon to the left in my header design?

Itamar2020
Excursionist
50 0 3

can someone help me move this icon to the left please?

store url https://26e068.myshopify.com/

 

 

 

Itamar2020_0-1706209707613.png

 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
10256 2038 2108

This is an accepted solution.

Hi @Itamar2020 

You can add this code to your theme.liquid file, under <head> element in Online store > Themes > Edit code to do that 

<style>
@media (max-width: 749px) {
.header__icon.header__icon--cart {
position: absolute;
left: 20px;
}
.header__heading-link { margin-left: 30px !important; }
}
</style>

Screenshot 2024-01-26 at 13.49.14.png

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
10256 2038 2108

This is an accepted solution.

Hi @Itamar2020 

You can add this code to your theme.liquid file, under <head> element in Online store > Themes > Edit code to do that 

<style>
@media (max-width: 749px) {
.header__icon.header__icon--cart {
position: absolute;
left: 20px;
}
.header__heading-link { margin-left: 30px !important; }
}
</style>

Screenshot 2024-01-26 at 13.49.14.png

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Itamar2020
Excursionist
50 0 3

do you know how can i add animation for opening the 3 stripes menu?

Dan-From-Ryviu
Shopify Partner
10256 2038 2108

What animation?

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.