Hello there!
Can someone help me with centering the text and menus on our site in the footer?
Our site is: https://prodiswine.com/ password: 1234554321
Thank you in advance,
Hello there!
Can someone help me with centering the text and menus on our site in the footer?
Our site is: https://prodiswine.com/ password: 1234554321
Thank you in advance,
Hello There,
@media screen and (min-width: 1200px){
footer.footer_v1 .container.container-v1 {
max-width: 1140px;
}
}
Hello @Kamil6
Can you please share your shop url and password
llo @Kamil6
1.In your Shopify Admin go to online store > themes > actions > edit code
2. Find assets/base.css and paste this at the bottom of the file:
.footer__content-top {
padding-top: 0px !important;
}
.footer-block .footer-block__details-content{
text-align: center !important;
}
hello @Kamil6
please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
.footer .footer__content-top .footer-block .footer-block__details-content li a {
width: 50%;
margin: 0 auto;
}
}