How do I center my product line titles for mobile devices

my website: www.bmcarcover.com

Hello @Jim_65
Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.

@media (max-width: 767px) {
.full-unstyled-link {
text-align: center !important;
}
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Hi @Jim_65 ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes: