Logo on mobile view

Home Forums Gillion Theme Logo on mobile view

Home Forums Gillion Theme Logo on mobile view

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • amplitum
    Participant

    Logo is not centered. My png image is ok…

     

    http://mintv.rs/

    Attachments:
    You must be logged in to view attached files.

    Hi @amplitum,

     

    Thank you for your question.

     

    You can make it centre aligned  by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-header-mobile .header-logo-container {
        margin: 0 45% 0 auto;
    }

     

    Best regards,
    Shufflehound team

    amplitum
    Participant

    Hmmm, nope. You can check result.

     

    http://mintv.rs/

    It is displaying fine for me as shown in the attached screenshot.

     

    If you want to you can change the value 45 in the above CSS code to whatever you think display better for you.

    Attachments:
    You must be logged in to view attached files.

    amplitum
    Participant

    Logo in your attachment is not centered. Css line from your post above don’t work for me. It’s still the same.

    Shufflehound
    Moderator

    Hi there,

     

    Sorry to hear that, please try this CSS snippet bellow:

    .sh-header-mobile .header-logo {
        margin-right: 18px;
    }

    Let us know if the issue is fixed.

     

    Best regards,

    Shufflehound team

    amplitum
    Participant

    That’s it. 🙂

    Shufflehound
    Moderator

    Nice to hear that. 🙂

Viewing 8 posts - 1 through 8 (of 8 total)