Okay
  Public Ticket #757280
Sub-menu float left
Closed

Comments

  • Kasper started the conversation

    Hi guys

    How can I make the sub menu stay inside the boxed area? I would like it to simply just float left or something like that :)

    - Kasper

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    div#boxed {
        overflow: hidden;
    }
    

    Bes.t


    ThemeNectar Support Team 

  • Kasper replied

    Thank you :)