Re: Aligning Page Title with Content in Dawn Theme

Aligning Page Title with Content in Dawn Theme

mollybluesh
Tourist
3 1 6

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.

Screen Shot 2021-11-10 at 5.27.54 PM.png

Replies 3 (3)

Ecommpremium
Shopify Partner
512 43 93

Hi @mollybluesh  can you please provide the store URL so i can help you out!

Regards

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website
mollybluesh
Tourist
3 1 6

PaulNewton
Shopify Partner
7048 629 1481

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