Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #864979

    piexec
    Participant

    http://luckydilldeli.com/newsite/

    In the primary nav menu, my “Contact Us” link looks like it’s missing the right padding. I’m assuming it’s because its the last item in the menu and I’m missing some padding in the header area. How can I fix this?

    #865421

    Rupok
    Member

    Hi there,

    Thanks for writing in!
    You can add this under Custom > CSS in the Customizer.

    .x-navbar-static-active .masthead-inline .desktop .x-nav > li:last-child > a, .x-navbar-fixed-top-active .masthead-inline .desktop .x-nav > li:last-child > a {
      padding-right: 15px;
    }

    Hope this helps.

    Cheers!