Hello I'm your customer. I bought your theme. I made this web site: http://www.nailscube.it/ Can I move the menu on the right? Can you teach me as change position? Best regards Dante
Hello, I wrote code this code: #menu .ddsmoothmenu { Text-align: right; } The menu is on two line. I would like it on one line. Best regards Dante
Paste the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: #menu .ddsmoothmenu { text-align: right; margin-left: -40px; } Thanks.