Shopify themes, liquid, logos, and UX
Hi Guys,
Need help setting up to put the sub-menu below the arrow. (Split Theme)
Store URL: newssystore.myshopify.com
Pass: ediski
Solved! Go to the solution
This is an accepted solution.
1. Go to your store. Click on Actions > Edit Code 2. Go to Assets > css_main.scss.liquid add below lines at the bottom of the file.
@media screen and (min-width: 1024px){
.site-nav.style--classic .submenu {
left: auto !important;
width: min-content !important;
margin: 0 auto !important;
}
}
Thanks!
This is an accepted solution.
1. Go to your store. Click on Actions > Edit Code 2. Go to Assets > css_main.scss.liquid add below lines at the bottom of the file.
@media screen and (min-width: 1024px){
.site-nav.style--classic .submenu {
left: auto !important;
width: min-content !important;
margin: 0 auto !important;
}
}
Thanks!
Awesome! This is exactly how it should be!!! Thanks much for the help!
User | RANK |
---|---|
227 | |
154 | |
61 | |
52 | |
46 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023