Home › Forums › CSS › How to center menu and footer bar? › Reply To: How to center menu and footer bar?
May 27, 2014 at 7:19 pm
#171206
Participant
I want to center the menu and footer bar
You’d need to show us an example of the code you are working with. Assuming you have a <nav>
(or other block) element that wraps your menu, you can use margin:0 auto;
. Same thing with your footer.
how to adjust the alignment of footer bar, I mean how to move in slightly top of the bottom of the page?
I’m not completely sure what you are asking, but it might be this?