Okay
  Public Ticket #2671495
Secondary header under first header
Closed

Comments

  • Vicky started the conversation

    Hello,

    I would like to use the secondary header as an actual second menu under the default header/menu instead of having it placed at the top of the page.

    Is something like that possible? 
    Or is there a way to have a menu split into two rows?

    I have attached a screenshot of what I would like to achieve.

    Many thanks



  •  2,963
    Andrew replied

    Hi Vicky,

    Try the following custom css:

    #header-outer {
        display: flex;
        flex-direction: column-reverse;
    }
    

    Kind regards.

  • Vicky replied

    Perfect thank you very much!