Shopify themes, liquid, logos, and UX
Hello dear community! I can't seem to find a way to center the items below in the mega menu on phone view.
Anyone has any suggestions? Thank you in advance!
Website - MAISON MAGDALENA
Password - MaisonMagdalena.222
Solved! Go to the solution
This is an accepted solution.
If using chrome browser press ctrl+shift+c to open the element inspector to help find the css selector to target an element for styling.
It should be
.menu-drawer__inner-submenu button.link--text {
justify-content: center;
}
Alternatively override the flexbox
.menu-drawer__inner-submenu button.link--text {
text-align: center;
display: inline-block;
width: 100%;
}
if your trying to position the arrow separately that selector should be ".menu-drawer__inner-submenu button.link--text svg" the selector.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
This is an accepted solution.
If using chrome browser press ctrl+shift+c to open the element inspector to help find the css selector to target an element for styling.
It should be
.menu-drawer__inner-submenu button.link--text {
justify-content: center;
}
Alternatively override the flexbox
.menu-drawer__inner-submenu button.link--text {
text-align: center;
display: inline-block;
width: 100%;
}
if your trying to position the arrow separately that selector should be ".menu-drawer__inner-submenu button.link--text svg" the selector.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024