Hi,
We’re looking for the best way to move the little Search Icon magnifying glass icon and accompanying search box that appears on rollover to the left of the first item in the Main Menu. What is the best way to do this?
Thanks in advance,
Doug
Hey dburton77,
May you share your website link to me check it better?
Best regards,
John Torvik
Sure. See below.
Hi,
Please, enable the search module on Enfold Theme Options > Header – this way, I can check if is possible to move the icon to the left.
Best regards,
John Torvik
O.K., l’ve done so on the DEV site. See below for the URL. If you receive a warning message that says the SSL cert isn’t valid, just click ADVANCED and elect to trust the cert.
Doug
Hi,
Thank you for the info :)
To fix it, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
#top #menu-item-search {
position: absolute;
left: -21px;
}
Best regards,
John Torvik
Works perfectly! Thanks.