Centering and Changing Text Size of Footer

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!

Please post the your Shopify store link I will help you

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

.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

@Reg That worked! Thank you so much!