Tagged: menu, secondary menu, sub-menu, submenu, top menu
Hi –
I am using the secondary menu option… you can see here: http://mindsparklabz.com/dev/shred360-2/
I would like to move it below the #header_main (retaining the responsive features) container like this: http://shred360.com/
I was able to move it on my own, but using the position: absolute tag didn’t translate well for responsive.
any suggestions?
thanks
Hi MindSpark!
Add this to your custom CSS.
#header_meta { position: absolute; top: 95px; }
Or another way to do this would be to use the fullwidth submenu element in your page content.
Cheers!
Elliott