Shopify themes, liquid, logos, and UX
Hi! Two hopefully quick questions:
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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025