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.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By 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, 2024