center align share button on product page

Solved

center align share button on product page

WearAnime
Excursionist
18 0 4

Hi,

Can somebody tell me how to center align the share button on a product page please. Please see the screen shot.

My website URL is www.wearanime.co.uk and the password is Ihaiya

Thank you for any advice in advance.


share button centeralign.png

Accepted Solution (1)

GabrielS
Shopify Partner
486 107 115

This is an accepted solution.

Hello,

 

You can center that button by adding the below CSS at the end of your base.css file.

button.share-button__button {
  margin: 0 auto;
}

GabrielS_0-1665513912650.png

 

Hope that helps!

 

Cheers!

Gabriel Soare | Web Developer
Are you looking to customize your Shopify or to fix a website bug?
You can reach me through my website gabrielsoare.com, DM, or email hello@gabrielsoare.com.
Have I helped you? Like my post.

View solution in original post

Replies 2 (2)

GabrielS
Shopify Partner
486 107 115

This is an accepted solution.

Hello,

 

You can center that button by adding the below CSS at the end of your base.css file.

button.share-button__button {
  margin: 0 auto;
}

GabrielS_0-1665513912650.png

 

Hope that helps!

 

Cheers!

Gabriel Soare | Web Developer
Are you looking to customize your Shopify or to fix a website bug?
You can reach me through my website gabrielsoare.com, DM, or email hello@gabrielsoare.com.
Have I helped you? Like my post.
WearAnime
Excursionist
18 0 4

Thank you so much, Worked perfectly