In the IronGiant-themes how do i move the navigation to the left?

In the IronGiant-themes how do I move the navigation to the left?

Q: In the IronGiant-themes how do I move the navigation to the left?

THIS IS WORK IN PROGRESS !

A: A simple answer:

In the top-navigation go to Admin —> Change theme
An editable page, for people with the rights to edit, will appear. If you put the following CSS-code in the CSS-code-block, the navigation will move from the right to the left.

#side-bar {
    border-left: none;
    border-right:1px dashed #DDDDDD;
    float:left;
}

this also applies to rainbow-themes and probably others

If you found this info useful rate it up and hit "+"

rating: +2+x




This is not a <HTML>-CSS reference base. For that we direct you to other excellent places on the web: CSS-tutorials via Google

Thanks for the input to


Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License