Okay
  Public Ticket #1135699
Header
Closed

Comments

  • Emiko started the conversation

    Hi Loc Nguyen,


    I am curious, is there a way to make my logo/header bigger so it is more visible?


    Thank you,

    Emiko

  •  840
    Jelly replied

    Hi,

    Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    .logo a {
        width: 60px;
        height: auto;
    }
    .navbar-brand {
        padding: 30px 15px;
    }
    @media (min-width: 768px){
    .classic-menu .logo {
        margin-left: 60px;
    }
    }

    Best Regards,
    Jelly Team