How can I move my header icons to right

Solved

How can I move my header icons to right

Aleksander22
Trailblazer
174 0 58

hello,

I got a question becuse I need to move the icons in header to right and also search icon get closer to other icons becuse now it’s to far from others icons.

IMG_1797.jpeg

Accepted Solutions (2)
Dan-From-Ryviu
Shopify Partner
9668 1936 1971

This is an accepted solution.

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings. 

@media (max-width: 749px) {
    .header { padding: 10px 2rem 10px 2rem !important; }
    .header__icons { padding-right: 0px !important; }
    .header__icon--search { width: 2rem !important; }
}

 Screenshot 2024-09-17 at 14.02.54.png

- Helpful? Like and Accept solution! Support me! Buy me coffee
- 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.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- 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

Dan-From-Ryviu
Shopify Partner
9668 1936 1971

This is an accepted solution.

Please try to update code to this. 

@media (max-width: 749px) {
    .header { padding: 10px 1rem 10px 1rem !important; }
    .header__icons { padding-right: 0px !important; }
    .header__icon--search { width: 2rem !important; }
}

 

- Helpful? Like and Accept solution! Support me! Buy me coffee
- 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.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- 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 5 (5)

Dan-From-Ryviu
Shopify Partner
9668 1936 1971

Hi @Aleksander22 

Could you share your store link so I can check? 

- Helpful? Like and Accept solution! Support me! Buy me coffee
- 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.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Aleksander22
Trailblazer
174 0 58

Here Glovyzone.com

Dan-From-Ryviu
Shopify Partner
9668 1936 1971

This is an accepted solution.

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings. 

@media (max-width: 749px) {
    .header { padding: 10px 2rem 10px 2rem !important; }
    .header__icons { padding-right: 0px !important; }
    .header__icon--search { width: 2rem !important; }
}

 Screenshot 2024-09-17 at 14.02.54.png

- Helpful? Like and Accept solution! Support me! Buy me coffee
- 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.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Aleksander22
Trailblazer
174 0 58

@Dan-From-Ryviu Thanks it’s working and how can I get this icons closer not much a little bit 

Dan-From-Ryviu
Shopify Partner
9668 1936 1971

This is an accepted solution.

Please try to update code to this. 

@media (max-width: 749px) {
    .header { padding: 10px 1rem 10px 1rem !important; }
    .header__icons { padding-right: 0px !important; }
    .header__icon--search { width: 2rem !important; }
}

 

- Helpful? Like and Accept solution! Support me! Buy me coffee
- 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.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.