Hi Please can you tell me how the menu can line up on the bottom instead of the top? kevinfrostracing.co.uk
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .menu_wrapper { margin-top: 35px; }
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer .footer_menu{ margin-bottom:-33px; }
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu { margin-left: 100px; } #menu li.current_page_item { margin-left: 0px; } #menu li a { padding-left: 0px; padding-right: 0px; } You can adjust the above values as per your requirement. This will solve your issue.