[Resolved] How to move the search icon to the extreme right?

Home Forums Support [Resolved] How to move the search icon to the extreme right?

Home Forums Support How to move the search icon to the extreme right?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1436649
    Deepak

    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

    #1436882
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (min-width: 769px) {
        .inside-navigation .main-nav {
            margin-left: auto;
            margin-right: auto;
        }
    }
    #1436910
    Deepak

    Thanks Leo,

    It worked ๐Ÿ™‚

    #1436915
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.