Okay
  Public Ticket #2026118
Mobile logo not in line with menu icon
Closed

Comments

  • syafiqzahidi started the conversation

    Hi.. Why the logo on mobile views not in line with menu icon? It feels cheap and unpolished.

  •  93
    djwd replied

    Hi there,

    seems to be a bug when full-width layout is selected, please paste this in the Custom CSS textarea it should fix it:

    @media (max-width: 991px) {
        
        .navbar {
            display:inline-block;
        }
        
        /* optional */
        .stkd-full-width #stkd-brand-wrap {
            margin-left: 5px;
        }
    }

    Hope it helps

    Regards
    djwd