Hello, I would like to make the top menu header to align right, rather than left as it currently is, can you help? thanks!
Hello, Use following css code in Custom CSS to fix this problem. Code: #menu .ddsmoothmenu li { float: right; margin-right: 0; margin-left: 20px; } It will resolve your issue. Thanks & Regards Yogesh Bhade