tuanphan Posted July 19 Share Posted July 19 You can follow these simple steps to add a Search bar in to Navigation. If you can't make it work, you can share site url, I will check easier. #1. First, you need to edit Site Footer and add a Search Block we will have a search like this #2. Use this code to Code Injection - Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function(){ $('footer.sections .search-block').appendTo('nav.header-nav-list'); }); </script> <style> nav.header-nav-list { flex-wrap: nowrap; align-items: center; } </style> and result Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment