Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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