Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to center menu and footer bar? Reply To: How to center menu and footer bar?

#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?