How to remove white space around logo

Hi,

I want to know how to remove some white space around my website logo. I also want to know how to make logo appearance responsive in all device like pc, smartphone, and tablet. This is my website www.travelusmuliawan.com.

Help me please…

Hi @wawan240791,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

hgroup#site-logo {
    margin-top: 0;
}
#branding > .container {
    margin: 0;
}
#branding > .container .hgroup-wrap {
    padding: 0;
}
#branding #site-title a img {
    max-width: 100%;
}

Best Regards,
Movin