Main Menu on the left side

  • Is it posible to move main menu to the left side of the screen, next to he board sections.


    If it is how?
    thanks in advance

  • You must change the header and footer templates for this. I've said some time ago to another one that I make a how-to but currently I've not enough time to do it.

  • such as this ?

    CSS
    #mainMenu { position: absolute; margin-top: 195px; margin-left: 0px; }
    #mainMenu a {display: block}
    #main {margin-left: 200px;}
  • Oh sorry this works with Internet Explorer only. Other Browser need to declare the li-Tag.


    CSS
    #mainMenu { position: absolute; margin-top: 195px; margin-left: 0px; width: 190px; }
    #mainMenu a {display: block}
    #main {margin-left: 200px;}
    
    
    
    
    #mainMenu li {display: block; width: 190px; }

    Edited once, last by drops ().

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!