I know it's probably a simple addition to the Custom CSS but I can't seem to get the menu to center I only have a few menu items and it looks odd aligned to the left & would suit the logo a lot better if it was centered
I have this in the css .top-search { display:none; } although it is not displaying could it still be using the space?
thanks - I'm using a site disabler until it's ready to go - the site won't be live for a few days - will advise URL then I have removed the Search box code from the template and the menu area is now longer - but I'd still like to center it
Hi, Check applying the below code Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .menu_wrapper { margin-left: 21%; } adjust the margin as per requirement Regards, Sameer