Title: karmapool's Replies | WordPress.org

---

# karmapool

  [  ](https://wordpress.org/support/users/karmapool/)

 *   [Profile](https://wordpress.org/support/users/karmapool/)
 *   [Topics Started](https://wordpress.org/support/users/karmapool/topics/)
 *   [Replies Created](https://wordpress.org/support/users/karmapool/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/karmapool/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/karmapool/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/karmapool/engagements/)
 *   [Favorites](https://wordpress.org/support/users/karmapool/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [changing menu from left to right side](https://wordpress.org/support/topic/changing-menu-from-left-to-right-side/)
 *  [karmapool](https://wordpress.org/support/users/karmapool/)
 * (@karmapool)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/changing-menu-from-left-to-right-side/#post-687543)
 * this is how we did it… though it might break things it looks to work so far…
 * two files we changed…
 * styles.css
 * .narrowcolumn
    float: left; to float: right; padding:0 0 20px 45px; to padding
   0 45px 20px 0;
 * and
 * #sidebar
    added float: right; and cut the margin-left:545px; down to margin-left:
   45px;
 * we also changed header.php
    we hard coded #page { background: url(“<?php bloginfo(‘
   stylesheet_directory’); ?>/images/kubrickbg-rtl.jpg”) repeat-y top; border: none;}
 * on some of the other template files we changed the body div wrapper class from
   widecolumn to narrowcolumn…
 * we just finished these changes and haven’t tested them much but it seams to be
   working…
 * good luck…

Viewing 1 replies (of 1 total)