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.
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.
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.