Site logo

[Resolved] header to be left aligned on mobile

Home Forums Support [Resolved] header to be left aligned on mobile

Home Forums Support header to be left aligned on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2603674
    Anil

    please guide to keep header left aligned on mobile

    #2603681
    Fernando
    Customer Support

    Hi Anil,

    Try adding this through Appearance > Customize > Additional CSS:

    @media (max-width: 768px){
       .site-header .inside-header.grid-container {
        align-items: self-start;
    } 
    }
    #2603685
    Anil

    Thanks Fernando 🙂

    #2603688
    Fernando
    Customer Support

    You’re welcome, Anil! 🙂

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