Archived topic
How to move the search icon to the extreme right?
3 replies · Started by Deepak on September 9, 2020
Viewing posts 1–4 of 4
Hello,
I have enabled navigation search with center aligned menu items so the search icon is also aligned in the center.
Is there a way to move only the search icon & close icon to the extreme right using CSS?
Thanks
Deepak
Hi there,
Try this CSS:
@media (min-width: 769px) {
.inside-navigation .main-nav {
margin-left: auto;
margin-right: auto;
}
}
Thanks Leo,
It worked :)
No problem :)
This archived topic is closed to new replies.