Re: Moving Header Icons To The Right On Mobile Version (Dawn Theme)

Solved

Moving Header Icons To The Right On Mobile Version (Dawn Theme)

MMast
Trailblazer
182 1 26

Thanks in advance!

I am looking to move the header icons (search and cart icon) to the right on the mobile version without moving/messing with the pc version. The pc version placement is perfect I just need the icons to be farther to the right on mobile version. Example shown below.

Example:

Screenshot 2024-03-29 213039.png

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4902 1102 1779

This is an accepted solution.

 

Hi @MMast 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
@media (max-width: 767px) {
header.header {
    padding-right: 5px;
}
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 5 (5)
MMast
Trailblazer
182 1 26

Where exactly would I place this type of code? theme.liquid?

MMast
Trailblazer
182 1 26

Is there any way you could take a screenshot of where exactly to place the coding you provided?

Raj-webdesigner
Shopify Partner
358 90 87

Share Preview Link

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


PageFly-Richard
Shopify Partner
4902 1102 1779

This is an accepted solution.

 

Hi @MMast 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
@media (max-width: 767px) {
header.header {
    padding-right: 5px;
}
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

nullpointer
Visitor
1 0 0

That solution only works on the home page...