[Resolved] Right-Justified Header Consistency

Home Forums Support [Resolved] Right-Justified Header Consistency

Home Forums Support Right-Justified Header Consistency

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1637618
    James

    Recently, Elvin assisted me in getting my site name and tagline to display fully right-justified. However, I notice that on a mobile device, it appears centred. Can I get it to be right-justified across all devices? This is for my site Miramichi Flash
    Thank you.

    #1637703
    Elvin
    Staff
    Customer Support

    Hi there,

    You can add this CSS:

    @media (max-width: 768px){
    .inside-header {
        flex-direction: unset;
        text-align: right;
    }
    }
    #1637840
    James

    Thank you again, Elvin! Although on my phone it appears just slightly to the right.

    #1637891
    Elvin
    Staff
    Customer Support

    Thank you again, Elvin! Although on my phone it appears just slightly to the right.

    Yeah that’s because of the padding right padding added within the Header padding found in Appearance > Customize > Layout > Header. https://share.getcloudapp.com/o0uEBm2E

    Reduce the right padding for mobile so it moves more to the right.

    #1637965
    James

    I’ll give your fix a try and report back later, Elvin.

    #1637972
    James

    Resolved! Thanks again.

    #1641144
    Elvin
    Staff
    Customer Support

    Nice one! thank you for letting us know. No problem. 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.