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:
A user seeks help centering the heading/title bar in a multicolumn section of their Shopify store. An image shows the current left-aligned header that needs to be centered.
Proposed Solutions:
Multiple developers offered CSS-based fixes, all following a similar approach:
Specific CSS recommendations include:
.multicolumn.title { margin: 0 auto; }.inline-richtext { margin: auto; }.h2.inline-richtext h1 { text-align: center; }One respondent also suggested adding markup code before the </body> tag in the theme.liquid file as an alternative approach.
Screenshots were provided showing the expected centered result. The discussion remains open with no confirmation from the original poster about which solution worked.
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:
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;
}
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!
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:
Best regards,
Anthony