Hi! Two hopefully quick questions:
https://shopcestmimi.com
Can’t seem to figure out how to center the footer image/logo? Have done this before but can’t remember now.
Also looking to remove the page title on our About page as it isn’t necessary. Open to removing on all pages if needed.
hii, @PamelaL17
Can you mark your problem what you want so,
I can solve your problem.
thank You.
Hi, I need to move the footer logo to be aligned in the center and to remove the About page title on the about page. Thanks!
hii, @PamelaL17
Paste this code on top of the theme.css file.
@media only screen and (min-width: 992px) {
.site-header__logo {
margin-left: 42% !important;
}
}
.page-width.about-page {
display: none !important;
}
Thank you.
Hmm that didn’t move the footer logo. Any other idea what might work?
Thx