• Closed
  • Federico
    Spectator
    April 26, 2015 at 10:30 pm #16918

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

    Roman
    Spectator
    Posts: 3147
    April 27, 2015 at 9:23 am #16938

    Theme Options -> Custom CSS:

    .container-menu {
    height: 120px;
    }

    modify per your needs