You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Oh wow, I just realise how stupid my answer is just now. I'm sorry. The _settings.scss topbar-breakpoint only works for the top-bar, it's not for the tab-bar.
To do what you want, you have to look at header.php. On line 42, you see:
<navclass="tab-bar show-for-small-only">
This tells the tab-bar is only shown on small screens. In parts/top-bar.php you can see the top-bar is shown on everything but small:
Makes sense, right? You can play with those visibility classes to change the 'breakpoint' between the two. You could choose other classes, or change the current classes in _settings.scss
Hi im trying to find out but can't really get it working.
If i want to hide the topbar on everything below 1024px and show tab-bar.
Cant find how to set it in _settings.scss
The text was updated successfully, but these errors were encountered: