Home › Forums › Support › Search below secondary navigation This topic has 7 replies, 2 voices, and was last updated 4 years, 4 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts January 6, 2019 at 12:28 pm #774711 Matthew Hi, I have used the header widgets to insert a search box in the header but I wanted the search box to appear below the secondary navigation (the change country etc links). Is this possible? Maybe with the use of Elements? Thanks. January 6, 2019 at 3:19 pm #774798 DavidStaff Customer Support Hi there, try this CSS: @media (min-width: 768px) { .inside-header { position: relative; } .header-widget { position: absolute; right: 40px; bottom: 2em; } } January 6, 2019 at 4:53 pm #774845 Matthew Hey David, That’s great thanks – I just noticed though that the search box even though on the right hand side is going above the logo on mobile? Is there a simple way to stop this happening? Cheers. January 7, 2019 at 1:22 am #775030 DavidStaff Customer Support Which order would you like the header to mobile? Logo > Site Branding > Search Bar? January 7, 2019 at 5:02 am #775142 Matthew Hey David, Yes correct ๐ How can I achieve this? Thanks! January 7, 2019 at 5:05 am #775147 DavidStaff Customer Support Give this a shot: @media (max-width: 768px) { .inside-header { display: flex; flex-direction: column-reverse; } } January 7, 2019 at 6:32 am #775203 Matthew That is great that works thanks! ๐ January 7, 2019 at 6:53 am #775338 DavidStaff Customer Support You’re welcome Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In