• Closed by: Marek
  • Closed on: 01.08.19, 12:49
  • Reason: Closed
  • Comment: Glad to help!

Ticket #14899 - Menu Padding

Hi Marek,

I can’t change the padding between the elements of my menu.

Where can I change the css of the header-builder.

I tried to add this code the custom css in the theme settings but nothing works.

  @media(max-width:1400px) {
body .headerbuilder .header-7 .pk-menu-horizontal li.level-1 > a {
    padding: 10px 20px;
}

Could you help me for that ?

Comments

Marek 21 Jun 2019, 10:56

Thy to add following CSS to Theme Settings → Customer CSS:

@media(min-width:1400px) {
    #header .headerbuilder .header-7 .pk-menu-horizontal li.level-1 > a {
        padding: 10px 20px;
    }
}