Shopify themes, liquid, logos, and UX
Hi, i need some help to align Menu bar, i want that to be in left side, but not a few cm from the edge, also need that search bar would be at the same Menu bar line. I think it shouldn't be complicated, thank you for help.
Pasword: cheyia
Solved! Go to the solution
This is an accepted solution.
@Microslax, do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
@media (min-width: 749px){
div#SiteNavSearchCart {
display: none;
}
#StickyNavSearchCart{
display: block;
}
#SiteNavParent{
padding-left: 0 !important;
}
}
Kind regards,
Diego
This is an accepted solution.
@Microslax, do this to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
@media (min-width: 749px){
div#SiteNavSearchCart {
display: none;
}
#StickyNavSearchCart{
display: block;
}
#SiteNavParent{
padding-left: 0 !important;
}
}
Kind regards,
Diego
@diego_ezfy Hi & thank you for your fast help! It work perfectly! Have a nice day!
User | RANK |
---|---|
126 | |
96 | |
77 | |
69 | |
38 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022