html - fixed menu aligned to left -
I was working I've set a certain menu at the top of the page so that users can see on the menu at any time without scrolling.
I have added CSS to the menu class to reduce width.
# Masthead {margin: 0 auto; Width: 86%; }
Now I'm receiving th effect menu when scrolling down to the bottom align. I have tried
# masthead.fixed-header {margin: 0 auto; Width: 86%; }
But it does not seem to do any work. Please any help please help make this the center of the page. Thanks!
simply add In your CSS, : 0;
to # masthead.fixed-header
(line 649)
Comments
Post a Comment