[Resolved] Navigation Alignment Problem

Home Forums Support [Resolved] Navigation Alignment Problem

Home Forums Support Navigation Alignment Problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1100744
    Leon

    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

    #1101119
    David
    Staff
    Customer Support

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.