• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 23.08.19, 12:12
  • Opened by: Matthias Krijt
  • Closed by: Marek
  • Closed on: 24.08.19, 20:26
  • Reason: Closed
  • Comment: Glad to help!

Ticket #15388 - adjust main menu width

Hello,

I want to make the spaces/padding smaller between my menu items. They do not fit in my screen at the moment. I don’t see any option in the editors for this part.
Can you tell me how to change this? I want to go live with my site on Monday :)

Comments

Marek 23 Aug 2019, 18:12

Hi.
Try to add following CSS to the Theme Settings → Customer CSS:

@media (min-width: 1280px) {
  #header .pk-menu-horizontal li.level-1 > a {
  padding: 10px 20px;
  }
}
Matthias Krijt 24 Aug 2019, 20:26

Thanks that worked!