Home › Forums › Support › How to put the menu to far right and logo to far left on mobile This topic has 3 replies, 2 voices, and was last updated 4 years ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 9, 2020 at 9:53 am #1437002 Rohan Verma Hello, I want to put the menu to far-right and logo to far left on mobile. But I can’t as no matter what I do there is still some space: https://prnt.sc/ueexgf Please guide me to achieve this Thanks September 9, 2020 at 10:15 am #1437034 LeoStaff Customer Support Hi there, Edit this CSS you’ve added: .inside-navigation { background-color: #fff; box-shadow: 0 2px 8px 0 rgba(94,94,94,.08); padding: 0 30px; } To this so it’s desktop only: @media (min-width: 769px) { .inside-navigation { background-color: #fff; box-shadow: 0 2px 8px 0 rgba(94,94,94,.08); padding: 0 30px; } } September 9, 2020 at 10:18 am #1437040 Rohan Verma It worked. Thanks Leo September 9, 2020 at 10:20 am #1437046 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In