Our site is using two menus. What css can I add to center the top menu?
http://www.talkofthetownnwa.com
Thanks! LOVE Enfold.
Anyone?? I want to center the top menu on my site. There has to be a way to do this. Please help!
Hey!
Try adding this to your custom CSS.
.av_secondary_right .sub_menu {
padding: 10px 20px;
}
#header_meta .sub_menu, #header_meta .phone-info {
display: inline-block;
float: none !important;
}
#header_meta .container {
text-align: center;
}
Regards,
Elliott