Topic Resolution: Resolved
    Denzel Chia
    Moderator
    Posts: 2672
    August 19, 2015 at 10:05 am #19953

    Hi,

    Please try the following codes in your Theme Options -> Custom CSS

    @media screen and (max-width: 768px) {
    #wrapper #header .logo {
    margin-bottom: 0 !important;
    }
    #header {
    padding-bottom: 0 !important;
    }
    .mobile-nav-holder {
    margin-top: 0 !important;
    }
    }

    Result screenshot. http://prntscr.com/86chcv

    Thanks!

    kim dunitz
    Spectator
    Posts: 37
    August 19, 2015 at 5:01 pm #19964

    Cool, that works
    Cheers