footer put the copyright below the policies for mobile view only and centered all the contents

Solved

footer put the copyright below the policies for mobile view only and centered all the contents

GM15
Explorer
45 1 4

Hello, 

I'm looking to put the copyright below the policies for mobile view only and centered all the contents in the footer. instead of having it side by side.

Thanks for your help.

 

this is what it look like now :

Screenshot 2024-07-03 at 16.27.08.png

website. : lachaise.co

Accepted Solution (1)

suyash1
Shopify Partner
10713 1323 1699

This is an accepted solution.

@GM15 - please add this css to the very end of your base.css file and check

 

@media screen and (max-width:749px){
.footer__copyright.caption {flex-direction: column-reverse;}
}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
10713 1323 1699

This is an accepted solution.

@GM15 - please add this css to the very end of your base.css file and check

 

@media screen and (max-width:749px){
.footer__copyright.caption {flex-direction: column-reverse;}
}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
GM15
Explorer
45 1 4

Thanks @suyash1 it is perfect !