How to modify the menu bar
-
Hi, I’ve need some help about the menu bar.
I’ve modified the CSS code (add some CSS in a CSS plugin, like that:@media (min-width: 768px) { .navbar-nav { display: table; margin-left: auto; margin-right: auto; float: none; } }):
Now the menu bar scroll down on the page…..instead I need the opposite: the page flowing and the menu bar that remains stationary on top…Thank you
-
It would help if you could provide a URL to the site. Allows us to use developer tools to assist with CSS issues.
Hello! Yes, of course!
Well, I can see that that the navigation has a
position:fixed;which is causing that whole area to scroll with the page. I am not familiar with that theme in order to tell you the best way to change it (it looks like the nav actually has a fixed-top class so this may be a theme option or that is how it was meant to work).Try posting over on the themes dedicated support area here https://wordpress.org/support/theme/arcade-basic
Thank you so much!
Hello! Can I ask you another help? Maybe you can do that!
Is possible to fix the Header on the top with a background (not in the homepage, but only in others pages)? Maybe with black background or, better, the same image that is now on each page?(the piece of background-image with the three words “Integrity, Respect, Community” like this: http://s29.postimg.org/3vzanea3b/backgroundpage_01.jpg )?
So the menu-nav scroll down in pages with an image background.Thank you!
The topic ‘How to modify the menu bar’ is closed to new replies.