Secondary Menu Placement change
-
I am using a staging site to play with some changes members wanted.
What I am needing is a way to place the blue secondary menu under the lighthouse (site-wide banner) instead of on top where it is now.
I realize this is a CSS code that can be placed in the Custom CSS. I have a code for placing the Primary menu there… but just am coming up at a loss what exactly changes in all of it to change it for the secondary menuHere is the code I had used for the primary menu change
@media (min-width: 1200px) { nav#nav-main {position: absolute;bottom: -420px;margin: auto;width: 100%;} .wrap.contentclass { padding-top: 80px; } } @media (min-width: 992px) and (max-width: 1200px) { nav#nav-main { position: absolute;bottom: -360px;margin: auto;width: 100%; } .wrap.contentclass { padding-top: 80px; } }
Wondering if any one might be able to help me with the code change I need to place the secondary menu under the lighthouse image.
Thank you for your time.
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Secondary Menu Placement change’ is closed to new replies.