header image problem

Hello,

on our site, vts-service.co.uk the header image used to display inline with the nav but now appears to be on a new row. How do i fix this?

Many Thanks

Peter

Hi Peter,

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

This is happening because the logo image uploaded on your site contains lot of empty space at the right side of it as shown in the attached screenshot.

To resolve the issue you should remove this unwanted extra empty space from your logo image.

You can also use the following CSS code on your site by adding it in the Custom CSS option of your theme on the below path but this will squeeze the logo a bit.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

#logo img {
    max-width: 260px;
}

Best Regards,
Movin