Change navigation menu location in Arcane
-
Hi there, I’m trying to move the location of the menu bar to the top of the page. Working in Arcane. Right now it’s below the header – I want it above, at the same level as the search bar if possible.
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Also, the DNS isn’t configured right now, so that link ^ will take you to our current site/what I am trying to replicate. I want it to look like that, but currently the menu bar is where it is by default in Arcane.
Hope that makes sense.
-
Hi there, looking at the Arcane demo page, I came up with this, but this could come with some downsides. I wouldn’t know for sure until I was able to actually see your site. I’ve used a media to limit this change to screens/windows 768px and wider since below that width, the touch menu activates and things go awry. You can give this a try and see what you think.
@media screen and (min-width: 768px) { .main-navigation-sticky-wrapper { position: absolute; top: 50px; width: 100% } #masthead { padding-top: 100px; } }If it isn’t quite what you are wanting, let me know, but it may be that we have to wait until I can work on your actual site.
- The topic ‘Change navigation menu location in Arcane’ is closed to new replies.