Logo and Menu

I recient intalled the actiello theme, and I have a problem with the head (space menu-logo). How can I minimise the white space in the header area. I have uploaded my logo but would like to decrease the amount of white space betwen the menu and the logo. Can you help me? Thanks

Hi @serene8,

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

Could you please share me your site URL where it’s displaying so that i can help you?

Best Regards,
Movin

Hi, Movin. Thaks for your replay.

It is sanamente.com.es/wordpress

Best

You can try decreasing that space 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


#page div#logo {
    padding-top: 0;
}

Perfect!!! Solved!!!
Thank you very much, Movin

You are most welcome here :slight_smile: