Reply To: Image slider

Home Forums Support Image slider Reply To: Image slider

Home Forums Support Image slider Reply To: Image slider

#77309
Tom
Lead Developer
Lead Developer

The menu is left aligned, but the header is center aligned.

To target the first menu item, you can add this CSS:

.main-navigation .menu li:first-child a {
      padding-left: 0;
}