Home › Forums › Support › Make element center the mobile header This topic has 3 replies, 2 voices, and was last updated 2 years, 9 months ago by Fernando. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 6, 2022 at 12:16 am #2274470 Anders Nielsen How can I an element center the mobile header, it’s constanly floating to the right. Link in private section July 6, 2022 at 12:35 am #2274486 Fernando Customer Support Hi Anders, Can you try this CSS?: @media (max-width: 768px) { #mobile-header .menu-bar-items { display: none; } #mobile-header .site-logo.mobile-header-logo { margin-right: unset; } } This code removes the margin-right of the logo on mobile, and sets the menu bar items to display:none. Kindly let us know how it goes. July 6, 2022 at 12:38 am #2274487 Anders Nielsen Thanks, it works July 6, 2022 at 12:38 am #2274488 Fernando Customer Support You’re welcome Anders! 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