move the title of Multimedia collage to middle

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hi @Jim_65

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.collage-wrapper-title {
text-align: center;
}

I’m sorry it hasn’t changed :sob:

Hello @Jim_65
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

https://e169bd-2c.myshopify.com/

Hi @Jim_65

Check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
h2.collage-wrapper-title.inline-richtext.h1 {
    text-align: center !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

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 on theme.liquid

h2.collage-wrapper-title.inline-richtext.h1.scroll-trigger.animate--slide-in { text-align: center !important; }

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

Hi @Jim_65

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the TOP of the file:
.collage-wrapper-title {
text-align: center;
}