What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Silly Question Regarding the Product Media Icon Alignment

Solved

Silly Question Regarding the Product Media Icon Alignment

mOONbOOTS
Explorer
79 6 11

Hi all!

 

This is probably really simple, but do you know how to align the product media magnifying icon on the right side instead of the left side? I am using the Dawn theme.

 

Screenshot 2024-10-16 183723.png

 

Thanks in advance!

Accepted Solution (1)

comercioservice
Shopify Partner
272 37 34

This is an accepted solution.

@mOONbOOTS yes i know you can done this vai css 
make it right doing css

 
I’ve taken a look at what you need—just a little CSS magic, and everything will be fixed! Follow my steps, and you'll have it sorted in no time!

1, from admin, go to Online Store > Themes.
2, Actions > Edit code for your active theme.
3, Find and open the theme.liquid file, maybe in the Layout folder.
4, Look for the </head> tag and paste the code in the end

 

<style>
.product__media-icon, .thumbnail__badge {
    left: auto;
    right: 14px;
}
</style>​

 

result
gutenplayer_0-1729125990475.png

 


I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!

View solution in original post

Replies 4 (4)

PaulNewton
Shopify Partner
7450 657 1565

@mOONbOOTS Not a silly question ,just lacking critical detail: Always provide example urls when seeking technical aid.

READ: https://community.shopify.com/c/blog/how-to-get-support-from-the-community/ba-p/1399408 

 

Always remember other people, we do NOT have your setup, we cannot see what you see or just know what you have done.

Guessing or blindly replicating a setup runs a high chance for others to waste time getting it wrong even for assumed theme setups(dawn demo) that could end up unexplained variables.

Communicating critical detail without prompting saves a TON of money and other peoples time.

 

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


comercioservice
Shopify Partner
272 37 34

This is an accepted solution.

@mOONbOOTS yes i know you can done this vai css 
make it right doing css

 
I’ve taken a look at what you need—just a little CSS magic, and everything will be fixed! Follow my steps, and you'll have it sorted in no time!

1, from admin, go to Online Store > Themes.
2, Actions > Edit code for your active theme.
3, Find and open the theme.liquid file, maybe in the Layout folder.
4, Look for the </head> tag and paste the code in the end

 

<style>
.product__media-icon, .thumbnail__badge {
    left: auto;
    right: 14px;
}
</style>​

 

result
gutenplayer_0-1729125990475.png

 


I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!
mOONbOOTS
Explorer
79 6 11

Yessss! Amazing, thank you so much! 🙂

comercioservice
Shopify Partner
272 37 34

@mOONbOOTS  if you have more problem let me know, and If you'd like to discuss this more, don't hesitate to send me a PM

Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!