Okay
  Public Ticket #2347017
Back in mobile menu size
Closed

Comments

  •  4
    Marcin started the conversation

    Hi,

    I decreased the back (tillbaka) menu font size button on mobile but it is jumping for a sec when showing from larger font into smaller. Did I make mistake in css? Please see attached.

     body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li .back a {
            font-size: 18px;
        }

    The back button should be smaller than rest of the menu buttons.

  •  3,022
    Andrew replied

    Hi Marcin,

    Try the following:

    .sub-menu .back a {
        font-size: 12px !important;
    }
    

    Hope this helps.

  •  4
    Marcin replied

    Perfect! Thank you Andrew!