Site logo

Archived topic

Navigation Alignment Problem

1 reply · Started by Leon on December 11, 2019

Viewing posts 1–2 of 2

Hello,

I've spent a day trying to figure out what the problem is, but failed. Could you please have a look at my url:

You'll notice that on home page, the navigation is higher than it should be. And I used chrome console and found that there is a cf-menu selector, which I dont know what that is and suspect that could be the reason.

If you navigate away to other pages, like the login and register page, and all other pages, the navigation height works just fine.

Can you help please?

Thank you
Leon

Hi there,

you have this CSS that is adding top / bottom padding to all li a elements :

li a {
  display: block;
  text-align: left;
  padding: 10px 0;
  margin-right:20px;
  text-decoration: none;
}

It is within Elementor CSS file for that page.

This archived topic is closed to new replies.