Logo and menu bar to close together

I am using Renew with Ubermenu. My logo is sitting on the top of the menu bar and I want to put some space between them. In the customization panel it will let me adjust the menu margin bottom but it won’t let me adjust the margin top Can you help me solve the problem.

.

Hi There,

Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

Thank you.

https://www.plasmabalancingsystemsllc.com/

Hello There,

Thanks for writing in!

Please add following CSS to add spacing between logo and navigation bar:

a.x-brand.img {
    margin-bottom: 20px;
}

Thanks.

Thank you.

Worked like a charm.
mtp

This worked very well except that the blog page landmark Title is now under the the navbar.

I adjusted the padding on the on the landmark titles in Additional CSS and they all moved but this one.
This is the code I used that moved all the titles.

.x-header-landmark, .entry-title.h-landmark {
padding-top: 35px;
padding-bottom: 6px;
}

How do I fix the landmark title on this one page?
https://www.plasmabalancingsystemsllc.com/plasma-news/

Hi There,

Please add the following CSS

.blog .x-header-landmar {
padding-top: 73px;
}

Hope it helps

Worked fine.
Thank you so much.

Corrected

.blog .x-header-landmark{
padding-top: 73px;
}

Glad to hear it’s sorted.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.