Shopify themes, liquid, logos, and UX
As you can see the Address, Support, More and Furniture are all NOT on one line. I would Like for all of those columns to be on one line and for the fonts to be the same size. I then would like the subscribe button to be beside the accent vase we have in the footer. Please help 🙂
Hi @SannaN
Can I take a look in your store, Would you mind to share your store URL? Thanks!
Thanks for the info, do you mean like this?
This is the code I use.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (min-width: 749px){
.footer__content-top.page-width {
max-width: 100%;
display: flex;
flex-wrap:nowrap;
}
.footer__content-top .grid {
row-gap: 0px;
}
.footer-block.grid__item {
width: 15%;
flex-grow: 1;
}
.footer__blocks-wrapper.grid {
width: 85%;
}
.footer-block__details-content.footer-block-image.right {
text-align: left !important;
}
.footer-block--newsletter {
flex-direction: column;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Shopify and our financial partners regularly review and update verification requiremen...
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