Hi Guys,
I have making changes to my site to move all header items onto one row and setup as follows:
Logo (Left Align) > Nav (Center Align) > Cart Icon (Right Align)
All works fine on mobiles so just desktops needed.
Would anyone be able to assist as i'm struggling with the grid layout.
Site link is: https://everglo-ring.com
Thanks
Dan
Solved! Go to the solution
This is an accepted solution.
Hello @DBryant912,
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss.liquid->paste bellow code in bottom of file
.cart-search .site-header__link { padding: 10px 5px; } #SiteNavSearchCart { float: left; } #SiteNavSearch { max-width: 30px; } #SiteNav { text-align: center; }
This is an accepted solution.
Remove this css
#SiteNav { text-align: center; }
Add below css in theme.scss
.flex-tab { display: flex; } .logo-block { order: 2; width: 46%; margin-top: 20px; } #SiteNavParent { order: 1; width: 50%; } .cart-search { order: 3; margin-top: 10px; }
All sorted by changing the width from 50% to 45% on the CSS.
Thank you so much for your help.
If anyone wants to know how to change Venture theme so that the Menu, Logo and Cart Icon all sit on a single header drop me a message.
Thanks
Dan
Hello routesart,
I checked this site it display shopify sign up.
Please share your site url correctly.
So that i will check for the best possibility to display all in one line.
Hi @oscprofessional ,
I followed the first code you sent on the thread but so far not showing up in the same row/line for me:
Logo, menu , search , cart
Can you pretty please help me? Been trying to crack this for ages.
Our store URL is:
https://drinking-fountain-super-store.myshopify.com/
The password is: superstore22
Thank you very much in advance.
User | Count |
---|---|
799 | |
132 | |
93 | |
71 | |
63 |