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.
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?