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
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025