Hi I wish to center the title in my Carousel “SERVICES”, is it possible please?
https://wmqgez-r2.myshopify.com/?_ab=0&_fd=0&_sc=1
Warm regards.
Hi I wish to center the title in my Carousel “SERVICES”, is it possible please?
https://wmqgez-r2.myshopify.com/?_ab=0&_fd=0&_sc=1
Warm regards.
Hi @Artez ,
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
display: flex;
justify-content: center;
align-items: center;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales!
(https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
Hey @Artez
Follow these Steps:
Go to Online Store
Edit Code
Find password.liquid file
Add the following code in the bottom of the file above tag
RESULT
If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @Artez
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
RESULT:
My reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hello Artez,
@media screen and (max-width: 749px) {
.multicolumn .title-wrapper-with-link.title-wrapper–self-padded-mobile{
justify-content: center !important;
}
}