Okay
  Public Ticket #2323209
off canvas menu mobile
Closed

Comments

  • cabetomol9 started the conversation

    the margins of the menu off canvas menu mobile are very narrow, as I can change them

  •  3,022
    Andrew replied

    Hi there,

    Can we have a link to your website we see possible css to fix that.

    Thanks.

  •   cabetomol9 replied privately
  •  3,022
    Andrew replied

    Hi there,

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

    @media only screen and (max-width: 1000px) {
        ul.sub-menu {
        margin-bottom: 0 !important;
    }
    }
    

    Hope this helps.

  • cabetomol9 replied

    It worked perfect, thank you very much