Re: move second menu in footer next to the first one

Solved

move second menu in footer next to the first one

3azzzeh
Excursionist
18 0 7

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:

3azzzeh_0-1632301352349.png

 

 

website: https://azkadenia.myshopify.com/

 

Thank you in advanced.

Accepted Solution (1)

Zworthkey
Shopify Partner
5581 642 1577

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.



View solution in original post

Reply 1 (1)

Zworthkey
Shopify Partner
5581 642 1577

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.