Shopify themes, liquid, logos, and UX
I want to align the copyright statement (which I've entered into Powered by shopify HTML box via the theme editor) bottom left. Then I want to align the social media links, bottom right.
I then want the footer to have virtually no padding above and below, thus making the footer extremely condensed.
this is all on the password page in the Spotlight theme.
website - dracs.club
Hi @nickdracs
Please put this in theme.liquid before body closing tag </body>
<style>
@media only screen and (min-width: 749px) {
.password__footer {
padding-top: 2rem;
flex-direction: row;
}
.list-social {
flex-basis: 50%;
}
.list-social:not(:empty)+.password__footer-caption {
margin-top: 0px;
}
};
</style>
Please check if it works for you
Thanks!
Hi @pawankumar,
It's half worked.
It's brought the two on to the same row, but they are now moving as a pair. I want to put the Instagram logo on one side and the copyright on the other.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025