Okay
  Public Ticket #2571441
Off-Canvas Nav Menu
Closed

Comments

  • everyhomeforchrist started the conversation

    We are wanting to decrease the line height for the Off Canvas Nav Menu. We've tried adjusting it in the Typography area, and it will adjust font size, but the line height won't go below a certain amount. Any thoughts on what we may be doing wrong? I attached a screenshot of our typography settings. Thanks!

  •  2,965
    Andrew replied

    Hi there,

    Add the following custom css in Salient > General settings > CSS/Script related:

    body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li {
        line-height: 32px;
    }
    

    Kind regards.

  • everyhomeforchrist replied

    Thank you! Worked perfectly!