Topic Resolution: Resolved
    Imran
    Spectator
    Posts: 402
    June 28, 2015 at 11:00 am #18558

    Hi there,

    Thanks for writing in, if you wish to eliminate the extra space so you can add this following code under Appearance > Theme Options > Custom CSS:

    .header {
    padding: 0 !important;
    }

    Hope this helps,

    Thanks.

    Nicem SpA
    Spectator
    Posts: 28
    June 28, 2015 at 12:40 pm #18559

    This worked!
    I modified it like this to obtain a very little padding:

    .header {
    padding: 5px !important;
    }

    Thanks!

    Imran
    Spectator
    Posts: 402
    June 29, 2015 at 12:42 pm #18569

    You’re welcome! 🙂