Shopify themes, liquid, logos, and UX
I am trying to align the page title "left" to align with the page content.
This is what is looks like right now - I need "Canadian Succulents Blog" to align with the photo on the left.
Hi @mollybluesh can you please provide the store URL so i can help you out!
Regards
For future readers wanting quick solutions for different alignments, (depending on dawn version), here are some quick snips
Turn off the title block in the Blog post section then add a Custom Liquid section above the article area and use one the following codes:
"left" align
<div class="page-width">
<h1>{{blog.title}}</h1>
</div>
</div>
50/50
<div class="page-width">
<div class="grid grid--gapless grid--2-col grid--2-col-tablet">
<h1 class="grid__item">{{blog.title}}</h1>
<div class="grid__item"> <br> </div>
</div>
</div>
"right" align
<div class="grid grid--gapless grid--2-col grid--2-col-tablet">
<div class="grid__item"><br></div>
<h1 class="grid__item">{{article.title}}</h1>
</div>
For a full customization solution contact me at paull.newton+shopifyforums@gmail.com with store URL , and this topic URL & detail.
Save time & money ,Ask Questions The Smart Way
Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Buy Paul a ☕ Coffee for more answers or donate to eff.org
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024