Menu customization

Hello,

Here's the temp site:  http://zacstracs.com/wp2/

While the menu is not sticky, on the desktop menu ONLY, I would like the menu to appear at the inside bottom edge of the header slider image.

I have tried using something like this:

#Top_bar .menu_wrapper { position:absolute; bottom:0; }

...but the menu stays where it is.


I've also tried something like this:

@media screen and (min-width: 800px) { #Top_bar:not(.is-sticky) .menu_wrapper { margin-top:132px; } }

...but the height of the slider image is dependent on the width of the window, so this doesn't fly.

Once again, I'm targeting the menu ONLY when it's NOT sticky and not mobile (i.e. wide screen).

Help?


Comments

Sign In or Register to comment.