Okay
  Public Ticket #3331905
Off Canvas Menu
Closed

Comments

  •  1
    Stefanos started the conversation

    Hi,

    I cant find any way to edit the following. Is it possible to do that?

    - off canvas width - make it at least half the size narrower

    - be always active on the side in 2 ways: with icons only and icon + desciption

    thank you


  •  2,967
    Andrew replied

    Hello there,

    Thank you for reaching out to us.

    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):

    @media only screen and (min-width: 1000px) {
        #slide-out-widget-area.slide-out-from-right-hover {
            width: 200px !important;
        }
    }
    

    Thanks,

  •  1
    Stefanos replied

    Thank you

    what about leaving it always active with the two options:

    - default option to be active with icons

    -when clicking on menu opening with full descritpion

  •  8,860
    Tahir replied

    Hey Again,

    I am afraid that's not possible when using the current OCM style. Try changing the Header Layout in here and check if that works for you : 

    4621091562.png

    Thanks 


    ThemeNectar Support Team