Center the primary menu #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changed this in style.css:
to this:
Changed this in menus.css:
to this:
That seems to have done the trick. Now just need to work on border and background issues.
Changed this in style.css:
to this:
This took care of the background color issue.
Changed this in style.css:
to this:
Changed this in menus.css:
to this:
Changed this in style.css:
to this:
Changed this in menus.css:
to this:
Top-end borders are now looking good.
Change this in style.css:
to this:
And delete this from style.css:
Centering, color, and border issues should be resolved now.
Changed this in menus.css:
to this:
We will still need to adjust colors.
Changed this in menus.css:
to this:
This makes the primary menu the same effective width as the
#container
div, which means the top and bottom borders on the primary menu will match the width of the container.Also changed this in style.css:
to this
This eliminates the entra container padding on the sides.
Also changed this in style.css:
to this:
This eliminates the padding on the right side to bring text out in line with the right side of the primary menu borders.
Also changed this in style.css:
to this:
I'm not sure if I'll keep that, though.
This is working now, but we still need to figure out a variable percentage that will work in mobile devices.
Let's close this for now.