Hi please help,
I have moved my account link from the menu header and placed it beside my cart but it is now overlapping as seen in the photo below. How do I fix this?
Also, there was never an account link in the header of the mobile version and now there is as seen in the photo below. How do I remove it?
Solved! Go to the solution
Looks like your store is using the Venture theme: https://themes.shopify.com/themes/venture/styles/snowboards
You can see it supports a search icon in that area correctly, alongside the cart icon. You might be best modifying that search code and swap the search icon with your account icon, failing that the account text you want still overlaps like you are seeing now. It is possible, I have worked on Shopify stores for clients and carried out such customisations.
Steven
This is an accepted solution.
Alternatively you could remove the css class "one-fifth" for your Account link in your header.liquid file
<div class="grid__item one-fifth text-right">
This could be a quicker and easier fix. Hope this helps.
This is an accepted solution.
Don't remove the entire line. Just remove the css class name "one-fifth" from that code
This is an accepted solution.
You can replace this
<div class="grid__item {% if shop.customer_accounts_enabled %}one-fifth{% else%}one-eighth{% endif %} text-right">
to this below code
<div class="grid__item text-right">
Previously on the mobile view, the Account link could have been placed inside the side menu and hence it was not appearing in the top right.
If you hide the Account link now, the customer will not be able to access the Account page. Is that ok?
User | Count |
---|---|
458 | |
196 | |
139 | |
61 | |
42 |