Re: How I can chagne width these Icons on mobile verion on Dawn Theme?

Solved

How I can chagne width these Icons on mobile verion on Dawn Theme?

Ecomsmartify
Shopify Partner
73 1 14

How I can change width these Icons on mobile verion on Dawn Theme? I want these Icons to left and right side bit on header please anyone help Thanks.

Store Link: https://tesdmo.myshopify.com/

 

Screenshot (228).png

Accepted Solutions (2)
ZestardTech
Shopify Partner
5751 1051 1390

This is an accepted solution.

Hi @Ecomsmartify 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

@media (max-width: 767px){
.header-wishlist-icon {
padding-top: 0;
}
.header {
padding: 0 1.5rem !important;
}
.header__icons {
padding: 0;
align-items: center;
gap: 10px;
}
.header__icon--search {
padding-left: 25px;
}
.header__heading-link {
    padding: 0;
}
}

 

ZestardTech_0-1721888731699.pngZestardTech_1-1721888744332.png

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: [email protected]
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

ZestardTech
Shopify Partner
5751 1051 1390

This is an accepted solution.

Hi @Ecomsmartify 

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance. If helpful then please Like and Accept Solution.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: [email protected]
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 14 (14)

suyash1
Shopify Partner
9853 1226 1566

@Ecomsmartify - password to view page?

To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me

GTLOfficial
Shopify Partner
543 115 108

Hello @Ecomsmartify 
your link is password protected.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh

ZestardTech
Shopify Partner
5751 1051 1390

Hi @Ecomsmartify 

 

Please share your store password.
So that I will check and let you know the exact solution here.

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: [email protected]
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Ecomsmartify
Shopify Partner
73 1 14

HI @ZestardTech @GTLOfficial @suyash1 store Password is : 4 . Thanks in advance 😍😍

suyash1
Shopify Partner
9853 1226 1566

@Ecomsmartify - css below will change the size of icons, please add it to the very end of your base.css file and check

 

@media only screen and (max-width:549px){
 .header__icon .icon, .header-wishlist-icon svg {height: 20px;    width: 20px;}
svg.icon.icon-cart-empty, svg.icon.icon-cart {height: 4rem; width: 4rem;}

}

 

To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me
suyash1
Shopify Partner
9853 1226 1566

@Ecomsmartify - to move icons to left and right, please add this as well

 

@media only screen and (max-width:549px){
.header{padding: 8px 1rem 8px 1rem;}
}
To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me

dws_pvt_ltd
Shopify Partner
329 65 91

Hello @Ecomsmartify, Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file. 

 

@media only screen and (max-width:549px){
 .header__icon .icon, 
 .header-wishlist-icon svg {
    height: 16px;
    width: 16px;
 }
 svg.icon.icon-cart-empty,
 svg.icon.icon-cart {
    height: 3rem;
    width: 3rem;
 }
 .header-wishlist-icon #wishlist-count {
    height: 1.2rem;
    width: 1.2rem;
    font-size: 10px;
    bottom: .8rem;
    left: 25px;
 }
 .cart-count-bubble {
    height: 1.2rem;
    width: 1.2rem;
    font-size: 9px;
    bottom: .8rem;
    left: 2.2rem;
 }
}

 

See the screenshot below,

dws_pvt_ltd_0-1721886449329.png

 

Feel free to reach out if you have any questions or need assistance.

Best Regards,

DWS.

 

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: [email protected].
For more information visit our website Dolphin Web Solution Pvt Ltd.
Ecomsmartify
Shopify Partner
73 1 14

Hey @dws_pvt_ltd thanks for sending the code I have try this code after adding this code I see this code change/dcrease icon sizes. Actually I want to move my Icons (Wishlist, account, search, cart, cartempty) to the right side on header and Drawer icon move to the left . Thanks alot I appriciate

ZestardTech
Shopify Partner
5751 1051 1390

Hi @Ecomsmartify 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

@media (max-width: 767px){
.header-wishlist-icon {
padding-top: 0;
}
.header {
padding: 0 1.5rem !important;
}
.header__icons {
padding: 0;
align-items: center;
gap: 10px;
}
.header__icon--search {
padding-left: 25px;
}
}

 

ZestardTech_0-1721887210560.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: [email protected]
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

GTLOfficial
Shopify Partner
543 115 108

Hello @Ecomsmartify 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
and add this code at the end of the file.

@media only screen and (max-width:549px){
.header {
  padding: 8px 1rem 8px 1rem !important;
}
}

 

 

and the result will be
11.png

If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh
Ecomsmartify
Shopify Partner
73 1 14

hi this is good but I don't want to decrase my header padding width/height I want my header like the refrrence site below thanks 😍😊
Referrence website:  https://krosskulture.com/

 

ZestardTech
Shopify Partner
5751 1051 1390

This is an accepted solution.

Hi @Ecomsmartify 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

@media (max-width: 767px){
.header-wishlist-icon {
padding-top: 0;
}
.header {
padding: 0 1.5rem !important;
}
.header__icons {
padding: 0;
align-items: center;
gap: 10px;
}
.header__icon--search {
padding-left: 25px;
}
.header__heading-link {
    padding: 0;
}
}

 

ZestardTech_0-1721888731699.pngZestardTech_1-1721888744332.png

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: [email protected]
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Ecomsmartify
Shopify Partner
73 1 14

Thanks it's working perfectly thanks you are amazing 😍😍😍

ZestardTech
Shopify Partner
5751 1051 1390

This is an accepted solution.

Hi @Ecomsmartify 

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance. If helpful then please Like and Accept Solution.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: [email protected]
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing