Denzel Chia
    Moderator
    Posts: 2656
    October 22, 2015 at 10:02 am #21582

    Hi,

    Please use the following code to increase your mobile header height.
    Use it Theme Options -> Custom CSS

    @media screen and (max-width: 768px) {
    .header {
    height: 220px !important;
    }
    }

    You can change the 220px to a lower or higher px value.

    Thanks!