center Title in Carrousel

center Title in Carrousel

Artez
Tourist
99 4 21

Hi I wish to center the title in my Carousel "SERVICES", is it possible please?

 

Artez_0-1749103530486.png

 

https://wmqgez-r2.myshopify.com/?_ab=0&_fd=0&_sc=1

 

Warm regards.

 

Replies 7 (7)

websensepro
Shopify Partner
2109 262 313

Hi @Artez ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
    display: flex;
    justify-content: center;
    align-items: center;
}

Result:

websensepro_0-1749104172887.pngwebsensepro_1-1749104177870.png

 

 

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!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Artez
Tourist
99 4 21

Artez_0-1749104564568.png

 

don't work in my part dear

websensepro
Shopify Partner
2109 262 313

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

<style>
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
} 
</style>
Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

Moeed
Shopify Partner
7693 2069 2550

Hey @Artez 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find password.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.multicolumn .title-wrapper-with-link {
    justify-content: center !important;
}
</style>

RESULT

Moeed_0-1749104440271.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Artez
Tourist
99 4 21

Hi Dear,

wont work here:

 

Artez_0-1749104526674.png

 

Tech_Coding
Shopify Partner
519 133 131

Hello @Artez 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
   .multicolumn .title-wrapper-with-link{
     justify-content: center !important;
   }
  }
</style>
RESULT:

Tech_Coding_0-1749104935401.png

My reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

Dkpatel
Shopify Partner
8 0 0
Hello Artez,
 
1. Go to Online Store -> Theme -> Edit code.
2. Open your assets -> section-multicolumn.css file and paste the code below.

@media screen and (max-width: 749px) {
.multicolumn .title-wrapper-with-link.title-wrapper--self-padded-mobile{
justify-content: center !important;
}
}​ 

If you found my post helpful, please give it a thumbs up — it helps others with similar questions find the solution more easily.
Feel free to reach out via email: dkpatel2431@gmail.com