• Hello, I am having trouble with my navigation. I am trying to adjust the margin so the “appointments” link doesn’t break to the bottom. Thank you.

    cityddsla.com

Viewing 1 replies (of 1 total)
  • Add this to your Custom CSS:

    .main-navigation ul li a {
        -moz-box-sizing: border-box;
        padding: 20px 25px;
    }
Viewing 1 replies (of 1 total)

The topic ‘Adjust navigation span’ is closed to new replies.