Center Mainmenu

Latest Reply from Alice at 2014-10-02 02:23:54
On the Monamour Desktop view, how can I get the Mainmenu centered above the slider here: http://www.kids-consignment.com

Thanks,
Mark
Hi!
You have to change margin-left here:
	#secondarymenu {
float:left;
background:#a84dc9;
border:1px solid #dcb0e9;
margin-top:135px; /* old-95px */
margin-left: 125px; /* old-30px, Main Menu bar left indent */
}

This code is located in the style.css file.

Leave a reply

Add codeAdd image