Home › Forums › Support › Search Item left and right from menu item This topic has 1 reply, 2 voices, and was last updated 2 years, 11 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 14, 2020 at 2:18 am #1164944 FunkyCss Hi i have used your CSS code that makes logo on the center and splits the menu . i have followed the instructions exactly , but what i need is to put the search icon on the left menu and right to the item just on pcs is this possible ? February 14, 2020 at 5:56 am #1165126 DavidStaff Customer Support Hi there, try this CSS: @media (min-width: 769px) { .main-navigation li.search-item { order: -1; } .main-navigation li:first-child { order: -2; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In