Archived topic
Search Item left and right from menu item
1 reply · Started by FunkyCss on February 14, 2020
Viewing posts 1–2 of 2
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 ?
Hi there,
try this CSS:
@media (min-width: 769px) {
.main-navigation li.search-item {
order: -1;
}
.main-navigation li:first-child {
order: -2;
}
}
This archived topic is closed to new replies.