Ubermenu and navbar problem

HI
i have extra space in ubermenu that i can’t change from corestone heading or from ubermenu setting and it affects on some pages like following

by the way, I’m using theme in RTL using agency demo in portfolio or blog posts left and right symbols aren’t in the same line like following.

Best Regards.

Hi,

I checked and can see your site is under construction mode.

Can you provide us your wordpress admin login in Secure Note so we can take a closer look.

Thanks

1 Like

I attached a secure note …

Hi Eslam,

Please go to X > Theme Options > Header > Navbar Top Height (px) then set it to a higher value so that the page title will not overlap to the header.

Please add this code in X > Theme Options > CSS:

.x-nav-articles {
    width: 90px;
}

Hope this helps.

1 Like

it’s all well now … but i still want to remove this extra space i have no option to remove it and i almost tried everything

Hello @eslammg,

I have logged in and resolved your spacing issue.

I change the navbar top height in X > Theme Options > Header > Navbar from 65 to 49 pixel only.

And then, I added a custom css;

.x-navbar .ubermenu-nav {
  margin-bottom: 0 !important;
}

Please check your site now.

1 Like

thank you very much

You are most welcome!

1 Like

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