Can you please help me to center the footer menu in one straight line, horizontally? I would like two menu items on left to be horixontal and in one line and the two menu items on the right to be horizontal and in one line also please.
URL: https://statementpiecegifting.com/
PASSWORD: Bailey17
Hi @sandraleedesign
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
@media screen and (min-width: 750px){
.footer-block__details-content {margin-bottom: 0; display: flex;}
.footer-block__details-content .list-menu__item–link {padding: 0 !important;}
.footer__blocks-wrapper .footer-block grid__item:last-child .footer-block__details-content {justify-content: end;}
}
Regards,
San
Thank you, that worked, but now how do i position them CENTER horizontally so that they are even spaced on either side of the LOGO? And how do i center them horizontally in the footer section?
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset->base.css and paste this at the bottom of the file:
.footer__content-top.page-width .footer-block__details-content.list-unstyled {
text-align: center;
justify-content: center;
}
Hello @sandraleedesign
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.footer-block-image.center {
justify-content: initial;
margin-top: -20px;
}