Emilienev Posted February 6, 2023 Share Posted February 6, 2023 Hello, I was wondering if anyone could help me. I would like to move my search icon on my navigation to the opposite side (right side) next to the account icon. Is there a way to do this? Also, is it possible to get both of these icons in the navigation on mobile view to the right of the logo? i have attached pictures with where i would like these to be. Thank you in advance for any help! Link to comment
tuanphan Posted February 10, 2023 Share Posted February 10, 2023 Hi, Can you share link to your site? We can check easier 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
Emilienev Posted February 10, 2023 Author Share Posted February 10, 2023 Hey @tuanphan sure its Hello123 🙂 Link to comment
tuanphan Posted February 11, 2023 Share Posted February 11, 2023 On 2/10/2023 at 6:00 PM, Emilienev said: Hey @tuanphan sure its Hello123 🙂 Hi, Site url, not password 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
Emilienev Posted February 12, 2023 Author Share Posted February 12, 2023 @tuanphansorry! its www.thealchemiguide.com Link to comment
tuanphan Posted February 15, 2023 Share Posted February 15, 2023 On 2/13/2023 at 2:33 AM, Emilienev said: @tuanphansorry! its www.thealchemiguide.com Add this to Last Line in Code Injection > Footer <script> $(document).ready(function() { $('header#header .search-icon').insertBefore('.header-actions.header-actions--right>.user-accounts-link'); }); </script> <style> .header-layout-branding-center-nav-center .header-actions--right>div:first-child { display: none; } </style> 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
Emilienev Posted February 15, 2023 Author Share Posted February 15, 2023 @tuanphan thank you so much that worked perfectly on the desktop! Is there a way to get the search icon and the members icon into my navigation header on mobile view next to the site title? At the moment i cant see the search icon and the members icon is positioned like a navigation title. Thanks again for your help! 🙂 Link to comment
tuanphan Posted February 21, 2023 Share Posted February 21, 2023 On 2/16/2023 at 5:00 AM, Emilienev said: @tuanphan thank you so much that worked perfectly on the desktop! Is there a way to get the search icon and the members icon into my navigation header on mobile view next to the site title? At the moment i cant see the search icon and the members icon is positioned like a navigation title. Thanks again for your help! 🙂 Current Member Icon is in overlay Menu. You want to move it outside + add a search icon to right of header. Is this right? 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
Emilienev Posted February 21, 2023 Author Share Posted February 21, 2023 @tuanphanYes please, so the search icon and member icon are together to the right of the header if possible 🙂 Thank you! Link to comment
tuanphan Posted February 25, 2023 Share Posted February 25, 2023 On 2/21/2023 at 4:38 PM, Emilienev said: @tuanphanYes please, so the search icon and member icon are together to the right of the header if possible 🙂 Thank you! Add this code under <style> @media screen and (max-width:991px) { .header-actions.header-actions--right, .header-actions.header-actions--right>div { display: flex !important; position: relative; left: -40px; } } </style> 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
Emilienev Posted February 27, 2023 Author Share Posted February 27, 2023 @tuanphanthank you! It has worked but now there are two search icons and the members icon is still in the overlay menu...I added it underneath the previous piece of code have i added it in the wrong place? Thanks again 🙂 Link to comment
tuanphan Posted March 5, 2023 Share Posted March 5, 2023 On 2/27/2023 at 5:14 PM, Emilienev said: @tuanphanthank you! It has worked but now there are two search icons and the members icon is still in the overlay menu...I added it underneath the previous piece of code have i added it in the wrong place? Thanks again 🙂 Add this under to hide them <style> .header-actions.header-actions--right>div:first-child { display: none !important; } .user-accounts-link.header-menu-nav-item.header-nav-item--collection.customerAccountLoginMobile.loaded { display: none; } </style> 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
Emilienev Posted March 13, 2023 Author Share Posted March 13, 2023 @tuanphan Ah that worked perfectly thank you so much for your help! Link to comment
Emilienev Posted April 26, 2023 Author Share Posted April 26, 2023 Hey @tuanphan so sorry but i was wondering if you could help me (again!). I would ideally like the search icon to be next to account icon on my desktop page. It's perfect on mobile view, just desktop where they are slightly too far apart, would you please be able to help me with this? 🙂 Link to comment
tuanphan Posted April 29, 2023 Share Posted April 29, 2023 Hello123 https://www.thealchemiguide.com/ password is incorrect 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
Emilienev Posted May 2, 2023 Author Share Posted May 2, 2023 sorry @tuanphan the password Hello123 should work now! Link to comment
tuanphan Posted May 4, 2023 Share Posted May 4, 2023 On 5/2/2023 at 9:41 PM, Emilienev said: sorry @tuanphan the password Hello123 should work now! Add to Design > Custom CSS .header-actions--right .customerAccountLoginDesktop { margin-left: 0px; } 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
Emilienev Posted May 4, 2023 Author Share Posted May 4, 2023 @tuanphanThat worked perfectly thank you so much! tuanphan 1 Link to comment
Emilienev Posted June 5, 2023 Author Share Posted June 5, 2023 Hi @tuanphan sorry to bother you again but ive made some changes to my site and ideally would like the search bar and account icon to be further to the right on the mobile view (so it's more spaced out) is there a way to do this? The website is www.thealchemiguide.com and the password is Hello123, appreciate your help, thank you! Link to comment
tuanphan Posted June 9, 2023 Share Posted June 9, 2023 On 6/5/2023 at 11:33 PM, Emilienev said: Hi @tuanphan sorry to bother you again but ive made some changes to my site and ideally would like the search bar and account icon to be further to the right on the mobile view (so it's more spaced out) is there a way to do this? The website is www.thealchemiguide.com and the password is Hello123, appreciate your help, thank you! Hello123 password is incorrect 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
Emilienev Posted June 9, 2023 Author Share Posted June 9, 2023 @tuanphan sorry it should work now i have double checked it! 🙂 Link to comment
tuanphan Posted June 11, 2023 Share Posted June 11, 2023 Add to bottom of CSS box @media screen and (max-width:767px) { .header-title-nav-wrapper { flex: 1 0 80px !important; } .header-actions.header-actions--right { left: -80px !important; } } 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
Emilienev Posted June 12, 2023 Author Share Posted June 12, 2023 @tuanphan thank you so much! Link to comment
Emilienev Posted July 5, 2023 Author Share Posted July 5, 2023 @tuanphan Hello, im so sorry to bother you again but i was wondering whether you could help me integrate this cart icon on both my desktop header and mobile header? ideally id like the search, account and cart icon all to the right and the same size (maybe slightly smaller if thats possible?). On the mobile view there seems to be two carts which im not sure why. The password to my website is Hello123, thank you so much in advance! Link to comment
tuanphan Posted July 6, 2023 Share Posted July 6, 2023 Don't remove any code in your current code. Add this under .header-display-mobile .header-actions.header-actions--right .showOnMobile+.showOnDesktop .header-actions-action { display: none !important; } .header-actions.header-actions--right>div { left: 0 !important; } 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