put navigation menu location in headerbar MAKE
-
Hi,
My header is hidden and I wanted the nav menu in the header bar. I used css to accomplish this. Viewing in Chrome in high resolution looks great. In lower resolution, IE, and Firefox it’s out of position. Here is my site: https://www.braincandy.io
I initially looked at the “header.php” to see if this could be accomplished. Then I tried editing the “header-layout.php” with no success.
@media screen and (min-width: 935px) { .site-navigation .menu { position: absolute; top: 40px; top: 4.05rem; } }
The problem, I think, is the “top:40px” is not being recognized for some reason.
I’ve spent a lot of time trying to figure this out. Any feedback would be greatly appreciated.
Thanks for taking the time to help!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘put navigation menu location in headerbar MAKE’ is closed to new replies.