Home › Forums › Support › Search formatting This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 17, 2022 at 4:34 pm #2420592 Scott Hi team Facing a formatting issue with the search in the header where the white search box looks a bit broken. I’ve recently added the following code which I presume is causing the problem: @media (min-width: 801px) { #site-navigation .inside-navigation { padding-top: 25px; } } The purpose of this CSS is to push the navigation down so it’s in line with the site logo. Would appreciate you taking a look. November 17, 2022 at 4:48 pm #2420599 LeoStaff Customer Support Hi there, Try this CSS instead: @media (min-width: 801px) { .nav-float-right #site-navigation { margin-top: 25px; } } November 17, 2022 at 6:07 pm #2420664 Scott Thanks! November 17, 2022 at 8:23 pm #2420739 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