Okay
  Public Ticket #3210396
Menu
Closed

Comments

  •  1
    Mac started the conversation

    Hi,

    would it be possible to put a divider into the menu? I'm using the Off Canvas menu and like to have a line (or bigger) space. I'm using a menu item with a "space" now but that's nog high enough and unstable.

  •  8,403
    Tahir replied

    Hey Again,


    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #slide-out-widget-area .menuwrapper li {
        border-bottom: 2px solid #fff;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Mac replied

    Wow, that's fast ;)

    What I want is to be this space a bit bigger (higher).

    I've put an empty menu item in now but I would like to have more control.

    Attached files:  menu divider.jpg
      menu.jpg

  •  8,403
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li {
        margin: 15px 0 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Mac replied

    I see the changes.

    What I want is one empty line between WOONHUIZEN and OVER MVDG.

    Just like in this example.



    Attached files:  menu with empty line.jpg

  •  8,403
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li#menu-item-7771 {
        margin-bottom: 60px !important;
    }

    Thanks


    ThemeNectar Support Team