Scenario:
"I want put the menu on right/left side of the page in default skin. How I do that?"
Solution:
Just change a little line in your head.inc file.
Original forum thread (thanks, Ketlan!):
http://forum.nucleuscms.org/viewtopic.php?t=10262
Method:
/default/ directory. For those without NP_SkinFiles installed, use your FTP client and go to /skins/default/.head.inc file (v3.2+). If you do not have NP_SkinFiles installed, download head.inc to your desktop/other convenient location and open it in a text editor.head.inc:<!-- site stylesheet (site colors and layout definitions) --> <link rel="stylesheet" type="text/css" href="<%skinfile(default_right.css)%>" />or
<!-- site stylesheet (site colors and layout definitions) --> <link rel="stylesheet" type="text/css" href="<%skinfile(default_left.css)%>" />
default_right.css in the code. If you would like your menu to be on the left, ensure you have default_left.css in the code./skins/default/ using your FTP client.