I've manage to modify the menu almost to how I want it, just don't seem to be able to remove the gaps pictured, is this possible? http://currant.i1024.co.uk/
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li { display: table-cell; } This will solve your issue. Thanks & Regards Gourav Shrivastava
Thanks Gourav, the gaps are gone, it did however move the menu over to the left. I added Code: float:right; to the above code, which moved it over but the menu items are in reverse. How can I get the menu back to the right of the page?