[Resolved] Site Logo to left

Home Forums Support [Resolved] Site Logo to left

Home Forums Support Site Logo to left

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1495375
    Jatin

    Hi Guys,

    How can i make my site logo align to the left on mobile phone. Site Link Shared in the box.

    #1495482
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media(max-width: 768px) {
        .main-navigation .inside-navigation {
            padding-left: 0 !important;
        }
    }
    #1495501
    Jatin

    Thanks David, its working. I want to Span my Image to cover the right hand side space / Strech the image.
    If you open the site on mobile the Featured image is to the left hand side, i want to have full width.

    #1495775
    Leo
    Staff
    Customer Support

    Sounds like the original question relating to the logo is solved?

    If so can you open a new topic for the new question?

    Thanks!

    #1496652
    Jatin

    Ok thanks

    #1497295
    Leo
    Staff
    Customer Support

    No problem 🙂

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