Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Centering and Changing Text Size of Footer

Solved

Centering and Changing Text Size of Footer

adr5
Excursionist
30 1 14

Hi!

 

Is there a way to center the footer at the bottom? And also change the text size? Our current website has it centered, but I updated to Pipeline v6.4 and can't seem to figure out how to change. 

 

Attached screenshots. Blue background is the updated site I am working on. Green background is our current site and how I want it to look like.

 

Thank you!

Screen Shot 2023-01-17 at 9.19.52 AM.jpg

Screen Shot 2023-01-17 at 9.20.15 AM.jpg

  

Accepted Solution (1)
Regie
Shopify Partner
22 2 1

This is an accepted solution.

 

.footer__items{

grid-template-columns: 1fr;
justify-items: center;
font-size: 12.6px;
}

.footer__item{
justify-content: center;
align-items: center;

}
.footer__icon {
margin: 5px;

}

 

try to insert this at the end of your CSS file

 

If this post helped you kindly press the like or Accept Solution button.


Do you want me to fix something on your Shopify Store?


Hire me @ affordable rate | Email: regie.shopify@gmail.com  or Send me a private message

View solution in original post

Replies 4 (4)

Regie
Shopify Partner
22 2 1

Please post the your Shopify store link  I will help you

If this post helped you kindly press the like or Accept Solution button.


Do you want me to fix something on your Shopify Store?


Hire me @ affordable rate | Email: regie.shopify@gmail.com  or Send me a private message

adr5
Excursionist
30 1 14

This is our website: https://bigbudpress.com/ - The footer on the live site is currently correct though. 

 

Or did you mean the preview link of the one I am working on?

 

https://bkv50ujvd3vibs59-7752355.shopifypreview.com

Regie
Shopify Partner
22 2 1

This is an accepted solution.

 

.footer__items{

grid-template-columns: 1fr;
justify-items: center;
font-size: 12.6px;
}

.footer__item{
justify-content: center;
align-items: center;

}
.footer__icon {
margin: 5px;

}

 

try to insert this at the end of your CSS file

 

If this post helped you kindly press the like or Accept Solution button.


Do you want me to fix something on your Shopify Store?


Hire me @ affordable rate | Email: regie.shopify@gmail.com  or Send me a private message

adr5
Excursionist
30 1 14

@Reg That worked! Thank you so much!