Hello,
How do I center the multicolumn title on my home page? Here is my website: ekixposters.com
Thank you in advance.
Hello,
How do I center the multicolumn title on my home page? Here is my website: ekixposters.com
Thank you in advance.
Hello @erikimprov
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
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
oh sorry for that issue can you please try this code’
.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?
yes its work as well