Cancid Posted June 16, 2022 Share Posted June 16, 2022 Site URL: https://koi-paddlefish-bb2e.squarespace.com/ I have a custom desktop burger menu. I would like to position it to the left of the rest of the menu buttons instead of to the right. I can do this with: @media screen and (min-width:992px) { .header-title-nav-wrapper { order: 1; } .header .header-burger { order: 2; } .header-actions.header-actions--right { order: 3; } } However, this places the burger menu in the middle of the header, not next to the action buttons. How can I shift the burger menu to the right? I have tried using positioning properties, but depending on the screen size it is very inconsistent as to where the menu ends up, but admittedly I know very little about what I am doing. Thank you! Link to comment
tuanphan Posted June 18, 2022 Share Posted June 18, 2022 Hi, What is access password? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Cancid Posted June 21, 2022 Author Share Posted June 21, 2022 Hi tuanphan, Thanks for responding again! You helped in the past. The password is HillMountainRiver3 tuanphan 1 Link to comment
tuanphan Posted June 22, 2022 Share Posted June 22, 2022 Left of Social Icons or Left of Button? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Cancid Posted June 22, 2022 Author Share Posted June 22, 2022 Left of button. Between the button and the social icons. Link to comment
Solution tuanphan Posted June 23, 2022 Solution Share Posted June 23, 2022 Add to Last Line in Code Injection > Footer <script> $(document).ready(function() { $('.header-display-desktop .header-burger').insertAfter('.language-picker-desktop'); }); </script> Cancid 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Cancid Posted June 23, 2022 Author Share Posted June 23, 2022 Thank you so much! Works perfectly. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment