Footer Reconfiguration

Footer Reconfiguration

ellacoker
Tourist
111 0 15

Hello,

I would like to know if anyone knows how to 1) stretch the "customer info" out along the full margin of the screen in desktop version. and 2) centre the "customer info" iin mobile version.

 

Thank you.

Ella.Screenshot 2025-01-30 at 14.52.42.pngScreenshot 2025-01-30 at 14.51.09.png

Replies 4 (4)

DaisyVo
Shopify Partner
3668 402 487

Hi @ellacoker ,

Can you share your URL so that I can check?

 

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

DaisyVo
Shopify Partner
3668 402 487

Hi @ellacoker ,

You can follow the steps here:

 

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

.footer-block.grid__item.footer-block--menu {
    max-width: 100% !important;
}
@media screen and (max-width: 768px){
.footer-block.grid__item.footer-block--menu * {
    text-align: center !important;
    justify-content: center !important;
}
}

Here is the result:

DaisyVo_0-1738214934656.png

 

DaisyVo_1-1738214944701.png

 

Please let me know if it works!

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
ellacoker
Tourist
111 0 15

That worked, thank you daisy! do you know how to move the newsletter and also the social links to be centred too, as they look a bit funny now.

 

Ella