Home>Support>Search box – Right justified

Search box – Right justified

Hi! I am trying to add a WPML language selector to the menu, but the placement of the search icon makes it not fit in one line. Can you please tell me if I can move the magnifying glass to the extreme right of the menu?
Thanks – Monique

URL: http://techmeetsboz.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi. You could absolute position it using the following:

    #search-icon {
    position: absolute;
    float: none;
    right: 0;
    }
    

    However it’s currently in the full-container which is position: relative so right: 0; puts it in the same place. You could add right: -5%; or something like that.

  2. 9 years, 9 months ago Virtually Present

    thanks!

  3. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    For sure.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More