Can i centered the main menu

Latest Reply from Dave at 2015-07-03 05:11:53
Hello, How I can centered the menu buttons at the computers theme?

the original is
http://i58.tinypic.com/34ga4jn.jpg


and I want to do

http://i60.tinypic.com/95u3vo.jpg
Hi!

To align the menu you need to add the following code:
ul.menus {
float: left;
margin-left: 145px;
}

Just adjust the margin-left value. This value ( 145px ) is perfect for the theme's demo.

Leave a reply

Add codeAdd image