Center multicolumn title

Hello,

How do I center the multicolumn title on my home page? Here is my website: ekixposters.com

Thank you in advance.

2 Likes

Hello @erikimprov

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

@media screen and (min-width: 990px) { .title-wrapper-with-link { justify-content: center; } }

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

@erikimprov

oh sorry for that issue can you please try this code’

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.multicolumn .title-wrapper-with-link {justify-content: center;}

Hi @erikimprov

Only the multicolumn? check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

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

And Save.

Result:

Thank you this worked! It has only applied for the website on computer though. Is there a code to change this on the mobile website too?

Thank you this worked! It has only applied for the website on computer though. Is there a code to change this on the mobile website too?

1 Like

@erikimprov

yes its work as well