Site Logo in Mobile version

This topic contains 2 replies, has 2 voices, and was last updated by  Ranajeet Katake 4 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #537076

    Ranajeet Katake
    Free User
    Post count: 55

    Hi,
    As shown in attached file, how to increase the logo size in mobile version only.

    Regards
    Ranajeet

    #537079

    Kor
    Moderator
    Post count: 16516

    Hi Ranajeet,

    Thanks for your post. You can use the custom CSS code below to achieve this.

    @media (max-width: 992px) {
    .site-logo-wrap {
        width: 80%;
    }
    }
    #537092

    Ranajeet Katake
    Free User
    Post count: 55

    Thanks Sir. Its working fine now.

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket