Tagged: header, search box
I’d like to move the search box in the header to a new position just to the right of the Social Media Icons. Is this a fairly simple adjustment?
Thank You,
Hi,
Can you post the link to your website please?
Regards,
Josue
Sure,
Refresh your screen once you arrive to get beyond the splash page….
Thanks Josue
Hi!
Unfortunately is not possible with the type of menu you have.
Regards,
Josue
Would Changing the header style to another option (with social icons) give me that option?
Hi!
Ignore my first reply, i found a solution that works with your current setup, add this at the end of js/avia.js:
jQuery(function() {
jQuery(".social_bookmarks").append(jQuery("#avia-menu #menu-item-search").detach());
});
Regards,
Josue
Perfect!
You Sir Are THE MAN!!