Header (right) positioning for mobile nav menu
- The topic ‘Header (right) positioning for mobile nav menu’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
Wondering if anyone can help me out?
I’d like to reposition the location of the burger menu on the mobile version of my site?
It currently stays under the main header on the left. Ideally, I’d like it on the right hand side, parallel to the logo in the header.
I have noticed that unlike most other themes, carmack doesn’t offer header right as a default option, but just wanted to ask if there were any workarounds or code fixes to get this done?
Thanks in advance for your help!
The blog I need help with is: (visible only to logged in users)
Hi there – thanks for the message.
You can do this with some custom css.
.masthead .branding button.open-overlay {
position: absolute;
right: 0.5rem;
top: -3rem;
}
Thanks – Ben
That’s awesome – thanks so much Ben!