Hi there!
I’d like to know how I put all the content above the grey seperator to the center.
Also, how do I change the thickness of the seperator?
Many thanks!
Hi @blcksjfds ,
Do you mind sharing your website url?
@blcksjfds Add the below code to your theme.css file.
Navigate to online store and click edit code
Now search “theme.css” file
Add the code to the below of that file
Save it
.product-block product-block–header,
.product-block–price{
text-align: center;
}
Hi @blcksjfds
Thank you for providing the link
NOTE: Change the border size 2px to the size of choice
.product-block hr {
border: 2px solid #e8e8e1;
}
.product-block.product-block--price {
text-align: center;
}