Shopify themes, liquid, logos, and UX
Hi everybody,
me inquiry is about my Footer (Mobile view only)
to move the second menu from the bottom > next to the first menu
as explained below:
website: https://azkadenia.myshopify.com/
Thank you in advanced.
Solved! Go to the solution
This is an accepted solution.
hii, @3azzzeh
Paste this code on top of the theme.scss file.
@media screen and (max-width: 740px){
.block-b2480a3c-f823-4243-9fae-a4f420f9b627.footer-block.footer-menu.sm-span-12.auto {
position: relative !important;
left: 45% !important;
top: -117% !important;
}
}
Thank You.
This is an accepted solution.
hii, @3azzzeh
Paste this code on top of the theme.scss file.
@media screen and (max-width: 740px){
.block-b2480a3c-f823-4243-9fae-a4f420f9b627.footer-block.footer-menu.sm-span-12.auto {
position: relative !important;
left: 45% !important;
top: -117% !important;
}
}
Thank You.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024