Okay
  Public Ticket #3716784
Off Canvas submenu not showing underline
Closed

Comments

  •  5
    samsaad94 started the conversation

    Hello,

    The last item in my off canvas sub dropdown menu is not showing the underline animation.

    Services sub drop down menu, item "Internal Marketing".

    And it doesn't show the underline when that specific page is navigated to (Internal Marketing page).

    Please see the attached images.

    Thanks,

    Attached files:  Off Canvas Last Sub menu item no underline.png
      Off Canvas Last Sub menu item no underline 2.png

  •  8,837
    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):

    .material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul {
        padding-bottom: 2px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    samsaad94 replied

    Worked great thanks!