Home › Forums › Support › Sider few questions This topic has 3 replies, 2 voices, and was last updated 3 years, 10 months ago by Ying. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 3, 2022 at 3:33 am #2242260 Krystian Hi! 1. How can I move the logo location as in this image? 2. How can I center menu items, and force the text to be one line? I’ve used the css below: @media (min-width:769px) { .menu.sf-menu li { background-color: #ffffff; border: 2px solid #474747; width:100%; text-align:center; margin: 5px; } .menu.sf-menu li:hover { border: 2px solid blue; } June 3, 2022 at 10:26 am #2242704 YingStaff Customer Support Hi there, 1. Add this CSS: .site-branding-container { flex-direction: column; } 2. Go to customizer > layout > primary navigation> Menu Item Width, set it to 50px instead of100px. Let me know if this helps 🙂 June 3, 2022 at 12:07 pm #2242798 Krystian Thanks, CSS works like a charm! 🙂 About the question 2 – the 50px setting makes it narrower, which kinda works, but… is there anything I can do to make them them “full width” and keep them centered? June 3, 2022 at 12:15 pm #2242801 YingStaff Customer Support Set menu item width value to 20px, then add this CSS: .main-navigation .main-nav ul li a { white-space: nowrap; width: 250px; margin-left: auto; margin-right: auto; } 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