Hi All,
I got rid of the idea that I’d ever be able to have a sticky responsive image above the navbar and changed to a regular inline navbar. I know when to give up and walk away. This should be a small ask…
http://screencast-o-matic.com/watch/cbQ3huIZxo
Force navbar text and button to v-align to the botton
You’ll see in the video that, as the viewport gets narrow enough that the nav menu items change to the x-btn (replaced with text), the button tries to v-align itself to the top of the navbar until the logotype gets in the way and it drops down to the bottom of the navbar. How to I v-align it to the bottom at all times?
The letters DS, TL and TP just show the current screen-size breakpoints. It starts at Desktop Large (no letters) and ends at phone (no letters), but the Emerging Scenic Designer image pops up when it hits the phone-only section.
Change the breakpoint where navbar menu items become the x-btn
I can get all the way down to Tablet Landscape on an iPad (in the portrait orientation) and still have room for the four menu words. What’s the @media method to control when the words become the button?
Restore the desktop submenu horizontal alignment
I had it working (actually, YOU had it working ) when I was using the stacked navbar, but now it has reverted way too far to the left. I still have
/* Indent desktop submenu */
.desktop .sub-menu a{
text-indent: 30px;
}
but the text won’t indent.
Thanks as always.