Title: decrease menu margin on desktop
Last modified: August 12, 2020

---

# decrease menu margin on desktop

 *  [asr123](https://wordpress.org/support/users/asr123/)
 * (@asr123)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/decrease-menu-margin-on-desktop/)
 * How to decrease menu margin on desktop? Right now, it covers almost half of the
   desktop window.

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

 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/decrease-menu-margin-on-desktop/#post-13267518)
 * Hi [@asr123](https://wordpress.org/support/users/asr123/),
 * I’m not sure what you mean by menu margin.
 * — Anders
 *  Thread Starter [asr123](https://wordpress.org/support/users/asr123/)
 * (@asr123)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/decrease-menu-margin-on-desktop/#post-13456350)
 * The vertical menu that appears on the left.
 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/decrease-menu-margin-on-desktop/#post-13456623)
 * Hi [@asr123](https://wordpress.org/support/users/asr123/),
 * Go to Appearance → Customize → Additional CSS (the menu labels might be different
   in your language) and add the code below:
 *     ```
       @media ( min-width: 1000px ) {
           #site-header {
               width: 25%;
               padding-left: 3rem;
               padding-right: 3rem;
           }
       }
       ```
   
 * Modify the values until you’re happy with the width. Let me know if that does
   it.
 * — Anders
 *  [karenngo](https://wordpress.org/support/users/karenngo/)
 * (@karenngo)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/decrease-menu-margin-on-desktop/#post-13971336)
 * Hi [@anlino](https://wordpress.org/support/users/anlino/),
 * I thought this would change the width of the sidebar similar as seen by another
   user of koji [here](https://iriteser.de/) and not just move the text, is there
   a way to easily adjust the width of the sidebar?

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

The topic ‘decrease menu margin on desktop’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/koji/2.2/screenshot.jpg)
 * Koji
 * [Support Threads](https://wordpress.org/support/theme/koji/)
 * [Active Topics](https://wordpress.org/support/theme/koji/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/koji/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/koji/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [karenngo](https://wordpress.org/support/users/karenngo/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/decrease-menu-margin-on-desktop/#post-13971336)
 * Status: not resolved