Center Alignment of Menu

Post your questions and problem reports here.
Post Reply
sherjudd
Posts: 2
Joined: Tue Jun 30, 2015 4:39 am

Center Alignment of Menu

Post by sherjudd »

Hello,
How do I center my menu?
Check it here: http://192.185.141.55/~gilmoretownship/template.htm
Thank you,
Sheryl
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Center Alignment of Menu

Post by Aivars »

Add following CSS somwehere in your styles or css:

#mbuw9yebul_wrapper {
text-align: center;
}
Blumentals Software Programmer
RockyRR
Posts: 7
Joined: Sun Jan 24, 2016 8:10 pm

Re: Center Alignment of Menu

Post by RockyRR »

You also use:

<div align="center">

code


</div>
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Center Alignment of Menu

Post by Aivars »

RockyRR wrote:You also use:

<div align="center">

code


</div>
Please don't! That was OK in 1990 but not in 2016.
Blumentals Software Programmer
Gatamaz
Posts: 2
Joined: Fri May 19, 2017 8:16 pm

Re: Center Alignment of Menu

Post by Gatamaz »

I cannot get the menu to center either. The css code didn't work for me
Post Reply