Hi My Side Menu now appears on the left instead of the right when I make a new page. How do I get my side menu to appear on the right. I am using the default template. Thanks! http://buff.ly/1cNkmTT
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu ul.ddsmoothmenu { text-align: right; } #menu .ddsmoothmenu li { float: none; } #menu li a { float: none; display: inline-block; } This will solve your issue.