All things Shopify and commerce
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.
Hi @ellacoker ,
Can you share your URL so that I can check?
Best,
Daisy
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:
Please let me know if it works!
Best,
Daisy
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
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025