• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 22.09.20, 10:51
  • Opened by: LUCA SEQUNIO
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #19226 - ITEM MENU PADDING

Hi, I can’t reduce the space of the menu item on the main menu, how can I solve it?

Comments

Fred 22 Sep 2020, 10:56

Try following option
Theme Settings → Header → Menu Bar Items Padding

LUCA SEQUNIO 22 Sep 2020, 11:11

Don’t work!!!
Sorry for duplicate

Fred 22 Sep 2020, 11:27

Ok, try following CSS

@media (min-width: 1280px) {
  #header .pk-menu-horizontal li.level-1 > a {
  padding: 10px 30px;
  }
}
LUCA SEQUNIO 22 Sep 2020, 11:38

GOOD!!!

Fred 22 Sep 2020, 11:39

you are welcome