I would like for the menu and submenu text to all be on 1 line
How would I go about having Featured Collections, Grinders and Scales, each take up their entire line.
Please and thank you
I would like for the menu and submenu text to all be on 1 line
How would I go about having Featured Collections, Grinders and Scales, each take up their entire line.
Please and thank you
Hi,
May I suggest to update code these steps:
.header__inline-menu {
white-space: nowrap;
}
This is perfect, thank you!