Page 1 of 1
Center Alignment of Menu
Posted: Tue Dec 29, 2015 11:46 pm
by sherjudd
Hello,
How do I center my menu?
Check it here:
http://192.185.141.55/~gilmoretownship/template.htm
Thank you,
Sheryl
Re: Center Alignment of Menu
Posted: Wed Dec 30, 2015 8:42 am
by Aivars
Add following CSS somwehere in your styles or css:
#mbuw9yebul_wrapper {
text-align: center;
}
Re: Center Alignment of Menu
Posted: Mon Jan 25, 2016 11:02 pm
by RockyRR
You also use:
<div align="center">
code
</div>
Re: Center Alignment of Menu
Posted: Thu Jan 28, 2016 2:52 pm
by Aivars
RockyRR wrote:You also use:
<div align="center">
code
</div>
Please don't! That was OK in 1990 but not in 2016.
Re: Center Alignment of Menu
Posted: Fri May 19, 2017 8:19 pm
by Gatamaz
I cannot get the menu to center either. The css code didn't work for me