• 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

    (@anlino)

    Hi @asr123,

    I’m not sure what you mean by menu margin.

    — Anders

    Thread Starter asr123

    (@asr123)

    The vertical menu that appears on the left.

    Theme Author Anders Norén

    (@anlino)

    Hi @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

    Hi @anlino,

    I thought this would change the width of the sidebar similar as seen by another user of koji here 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.