• Closed
  • Federico
    Spectator
    26.04.2015 at 22:30 #16918

    How can modify the height of container menu, for now set at witdh 1200px x 87px?

    Roman
    Spectator
    Posts: 3147
    27.04.2015 at 09:23 #16938

    Theme Options -> Custom CSS:

    .container-menu {
    height: 120px;
    }

    modify per your needs