Title: tornator's Replies | WordPress.org

---

# tornator

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

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

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP can't find pictures and behaves strangely](https://wordpress.org/support/topic/wp-cant-find-pictures-and-behaves-strangely/)
 *  Thread Starter [tornator](https://wordpress.org/support/users/tornator/)
 * (@tornator)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/wp-cant-find-pictures-and-behaves-strangely/#post-4673785)
 * Thanks for your help! I got some of the pictures working by changing all of the
   permissions on the site to 755. Anyways the site seems to be broken. It is impossible
   to add or edit pages or posts and there are some really strange glitches everywhere.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] [Plugin: Polylang] Using pll_register_string and pll__e](https://wordpress.org/support/topic/plugin-polylang-using-pll_register_string-and-pll_e/)
 *  Thread Starter [tornator](https://wordpress.org/support/users/tornator/)
 * (@tornator)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-polylang-using-pll_register_string-and-pll_e/#post-2666024)
 * Oh well, I think I can just google that 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] [Plugin: Polylang] Using pll_register_string and pll__e](https://wordpress.org/support/topic/plugin-polylang-using-pll_register_string-and-pll_e/)
 *  Thread Starter [tornator](https://wordpress.org/support/users/tornator/)
 * (@tornator)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-polylang-using-pll_register_string-and-pll_e/#post-2666023)
 * Thanks for your reply.
 * I don’t believe I did. I don’t know PHP very well. How is this accomplished?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Spanning a div through whole page](https://wordpress.org/support/topic/spanning-a-div-through-whole-page/)
 *  Thread Starter [tornator](https://wordpress.org/support/users/tornator/)
 * (@tornator)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/spanning-a-div-through-whole-page/#post-2625773)
 * Okay, I just removed the margins for the element and instead used
 * `left: 0`
 * And thank you Pankaj for spotting that one!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Spanning a div through whole page](https://wordpress.org/support/topic/spanning-a-div-through-whole-page/)
 *  Thread Starter [tornator](https://wordpress.org/support/users/tornator/)
 * (@tornator)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/spanning-a-div-through-whole-page/#post-2625766)
 * It seems as my right margins don’t have any effect. The exactly same thing happens
   with the footer.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twentyeleven: configuring the menu bar](https://wordpress.org/support/topic/twentyeleven-configuring-the-menu-bar/)
 *  Thread Starter [tornator](https://wordpress.org/support/users/tornator/)
 * (@tornator)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/twentyeleven-configuring-the-menu-bar/#post-2601800)
 * Okay, got it. I simply added:
 *     ```
       .one-column #access ul {
           height: 20px;
           width: 1100px;
       ```
   
 * and fine tuned the menu using:
 *     ```
       .one-column #access li {
           width: 321px;
       ```
   
 * Now the menu bar width is greater than it should be, so I suspect that there 
   is some margins or padding lurking somewhere but since I’ve got no idea where
   that might be, maybe this suffices. I hope this solution wont backfire later.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twentyeleven: configuring the menu bar](https://wordpress.org/support/topic/twentyeleven-configuring-the-menu-bar/)
 *  Thread Starter [tornator](https://wordpress.org/support/users/tornator/)
 * (@tornator)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/twentyeleven-configuring-the-menu-bar/#post-2601799)
 * Okay, now I’ve got the buttons to the left side of the menu bar and the far-left
   button is exactly where I want it to be. I also figured how to adjust the buttons
   evenly, but still the width of the menu bar is not enough. The menu bar just 
   forces the buttons into two rows when I increase the width for:
 * `.one-column #access li`
 * So could someone tell me how to adjust the width of the menu bar so that I can
   get my buttons evenly justified for the whole length.
 * I found an older post about the same thing and tried to add
 *     ```
       #branding .only-search + #access div {
       	padding-right: 0px!important;
       }
       ```
   
 * but unfortunately for it didn’t work.
 * Thanks a lot for help !
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twentyeleven: configuring the menu bar](https://wordpress.org/support/topic/twentyeleven-configuring-the-menu-bar/)
 *  Thread Starter [tornator](https://wordpress.org/support/users/tornator/)
 * (@tornator)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/twentyeleven-configuring-the-menu-bar/#post-2601665)
 * Thanks for the information esmi, but this time I’ve learned my lesson, and for
   once I’ve made all the changes to a child theme!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Border-top of the header](https://wordpress.org/support/topic/border-top-of-the-header/)
 *  Thread Starter [tornator](https://wordpress.org/support/users/tornator/)
 * (@tornator)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/border-top-of-the-header/#post-2598928)
 * Oh, thanks for the information guys. I will study those links carefully.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Getting rid of the menu bar](https://wordpress.org/support/topic/getting-rid-of-the-menu-bar/)
 *  Thread Starter [tornator](https://wordpress.org/support/users/tornator/)
 * (@tornator)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/getting-rid-of-the-menu-bar/#post-1619058)
 * YYEEeehaa! Thank you so much!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Removing menubar](https://wordpress.org/support/topic/removing-menubar/)
 *  Thread Starter [tornator](https://wordpress.org/support/users/tornator/)
 * (@tornator)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/removing-menubar/#post-1617840)
 * I just removed all the pages (including the hardcoded ‘Home’page) and its gone.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Getting rif od the 'Home' page](https://wordpress.org/support/topic/getting-rif-od-the-home-page/)
 *  Thread Starter [tornator](https://wordpress.org/support/users/tornator/)
 * (@tornator)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/getting-rif-od-the-home-page/#post-1616720)
 * Yay!
 * Thanks a lot!

Viewing 12 replies - 1 through 12 (of 12 total)