Djack Member May 30, 2011 #1 Hi, How can i put the Categories, premium and google translation menu to the left? I've searched in the different .css file but i didn't find it. Regards, Djack
Hi, How can i put the Categories, premium and google translation menu to the left? I've searched in the different .css file but i didn't find it. Regards, Djack
Mark Administrator Staff member May 30, 2011 #2 there is only 1 css file: skins/parabola/screen.css find: Code: #main { margin-right: 310px; } #sidebar { float: right; width: 280px; padding: 10px; border-left: 1px solid #ccc; } change to: Code: #main { margin-left: 310px; } #sidebar { float: left; width: 280px; padding: 10px; border-right: 1px solid #ccc; } that should do it.
there is only 1 css file: skins/parabola/screen.css find: Code: #main { margin-right: 310px; } #sidebar { float: right; width: 280px; padding: 10px; border-left: 1px solid #ccc; } change to: Code: #main { margin-left: 310px; } #sidebar { float: left; width: 280px; padding: 10px; border-right: 1px solid #ccc; } that should do it.
Djack Member May 31, 2011 #3 It works, thanks! Why not add this on the admin pannel on a futur version?
Mark Administrator Staff member May 31, 2011 #4 there will be a "style manager" added in a future version