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!

Enter image details here

simply add : 0;

    

In your CSS, to # masthead.fixed-header (line 649)

> # Masthead.fixed-header {status: fixed; Top: 0; Correct: 0; Left: 0; Minimum height: 35px; Box-Shadow: 0 0 7px RGBA (0, 0, 0, 0.1); -MOZ-BOX-SHADOW: 0 0 7px RGBA (0, 0, 0, 0.1); -WebKit-box-shadow: 0 0 7px RGBA (0, 0, 0, 0.1); }

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -