Move Menu Bar
-
Hello,
I’d like to move the menu bar on my website from the bottom of the image (picture of street filled with people and vendors) to the top of that image.
Can anyone help with that?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
In order to move your menu above the image, we have to make some space for it, in other words, lower the header image. Try the following CSS (paste it in Customize>CSS):#branding img { height: auto; margin-bottom: -7px; width: 100%; margin-top: 50px; } #access { box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px; clear: both; display: block; float: left; margin: -420px auto 6px; width: 100%; }Let me know if it works.
-
-
What about in terms of moving the social links menu from the bottom of the page to the top, but underneath the primary menu? The site is kaylarperry.com if you’re able to help out!
-
-
- The topic ‘Move Menu Bar’ is closed to new replies.