All things Shopify and commerce
Hi
how can I center text inside buttons. Currently its like
I want it to be like
my code is
Solved! Go to the solution
This is an accepted solution.
Hello,
I adjusted the code, and now your buttons will looks like on screenshot below:
<style>
.product_tags{
display: flex;
flex-wrap: wrap;
}
.product_tags lable{
width: 100%;
}
.product_tags a.link {
color: #000000;
background: #FFFFFF;
border: 1px solid #000000;
border-radius: 3px;
min-width: 35px;
min-height: 35px;
padding: 0 9px;
margin-bottom: 5px;
line-height: 18px;
display: flex;
justify-content: center;
align-items: center;
width: fit-content;
margin-right: 5px;
}
.product_tags a.link:hover {
background-color: #42bbec;
color: white;
}
}
</style>
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!😊
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hello,
To solve this issue you can add to the ".product_tags a.link" code bellow:
display: flex;
justify-content: center;
align-items: center;
Or you can replace your code from <style> to </style> with code bellow (it already updated)
<style>
.product_tags a.link {
color: #000000;
background: #FFFFFF;
border: 1px solid #000000;
border-radius: 3px;
min-width: 35px;
min-height: 35px;
padding: 0 9px;
margin-bottom: 5px;
line-height: 18px;
display: flex;
justify-content: center;
align-items: center;
}
.product_tags a.link:hover {
background-color: #42bbec;
color: white;
}
}
</style>
It should be enough.
If my answer can help you solve your issue, please mark it as a solution. Thank you and good luck.
It works... but now each buttons are in 1 line...
what I want is like
This is an accepted solution.
Hello,
I adjusted the code, and now your buttons will looks like on screenshot below:
<style>
.product_tags{
display: flex;
flex-wrap: wrap;
}
.product_tags lable{
width: 100%;
}
.product_tags a.link {
color: #000000;
background: #FFFFFF;
border: 1px solid #000000;
border-radius: 3px;
min-width: 35px;
min-height: 35px;
padding: 0 9px;
margin-bottom: 5px;
line-height: 18px;
display: flex;
justify-content: center;
align-items: center;
width: fit-content;
margin-right: 5px;
}
.product_tags a.link:hover {
background-color: #42bbec;
color: white;
}
}
</style>
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024