Logo height

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #59327
    #59341
    Bidur
    Moderator

    Hello FA,

    Could you share us your site url so we can check the logo issue and assist you with the desired changes you want to make?

    Thanks!

    #59388
    FA
    Participant
    This reply has been marked as private.
    #59392
    Bidur
    Moderator

    Hello FA,

    Either you make sure you’re using relavant size logo it’s way too large and adjust accordingly or here is a quick fix, please add the following css inside the additional css section of your customizer;

    @media screen and (min-width: 768px){
    .lavish_logo .img-responsive {
        position: absolute;
        top: 55px;
        height: 80px!important;
    }
    }

    Note: You may change the height and positioning accordingly.
    Let us know.

    Thanks!

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