Shopify themes, liquid, logos, and UX
Hi guys, I need help with my multicloumn, I want to move my header to the center, heres what I mean
If you guys could please help that would be greatly appreciated!!
here is my website:
Solved! Go to the solution
This is an accepted solution.
Hi @BrickBuidz
This is David at SalesHunterThemes.
Thank you for your question.
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
.multicolumn .title {
margin: 0 auto;
}
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
This is an accepted solution.
Hi @BrickBuidz
This is David at SalesHunterThemes.
Thank you for your question.
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
.multicolumn .title {
margin: 0 auto;
}
We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.
Try our Electro theme Free! (Now at Black Friday price)
Hello @BrickBuidz
In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.title.inline-richtext {
margin: auto;
}
The result
Hope it helps!
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:
h2.inline-richtext.h1 {
text-align: center;
}
Hi @BrickBuidz ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:
<style>
.multicolumn .title-wrapper-with-link {
justify-content: center;
}
</style>
Best regards,
Anthony
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024