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.
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.
Hi Marcin,
Try the following:
Hope this helps.
Perfect! Thank you Andrew!