Change the css for the footer class
only add text-align: center;
Hey @matthijsver,
Thanks for helping out!
@msattavat,
If you’re still in doubt, let us know your site’s URL 🙂
These are the footer class: none of them have text-align:center
.footer-svg {
position: relative;
margin-bottom: -2px;
}
.footer-svg.svg-block {
fill: #17191B;
}
.site-footer {
background-color: #17191B;
padding: 30px 0;
font-size: 14px;
}
.site-footer,
.site-footer a {
color: #8B8B8B;
}
.entry-footer {
font-size: 12px;
margin-bottom: 15px;
}
.entry-footer {
margin-top: 15px;
clear: left;
}
Not sure where to add the text-align:center
URL: http://onceusave.com/
Hi @msattavat,
You have to add text-align: center; to the site-info class.
it should work 🙂
Hi @msattavat,
Please add following custom CSS using Advanced CSS Editor plugin:
.site-info.container{
text-align:center;
}
Hope it helps 🙂