reduce space between nav bar and slider

Hi,
I am trying to reduce the white space between the navigation bar and the slider, where the logo is.
Can you help me with that?
Reducing logo size doesn’t help.

page is www.essentialpower.com.au

Thanks

Hi @kecco,

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 -> Activello Options -> Other -> Custom CSS


div#logo {
    padding: 10px;
}

Best Regards,
Movin

thanks, that worked.

You are most welcome here :slight_smile: