Shopify themes, liquid, logos, and UX
Hi this is for Impulse Theme- My footer is so spaced out. I would like it to look like the attached screenshot (different font than I'm using, but I'm talking about the spacing) I know I can contact the Impulse theme people, but they use a ticket system and it's 1-3 days reply but we are launching soon. Can you please give me an idea of how to fix this? Here is my link: https://43992b.myshopify.com. Thank you!
Solved! Go to the solution
This is an accepted solution.
replace the code on this.
.footer__collapsible p {
margin: 0;
line-height: 1rem;
}
.footer__collapsible h6 {
margin-top: 15px;
margin-bottom: 0px;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.footer__collapsible p {
margin: 0;
line-height: 1rem;
}
And save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you! This is a great start but now parts of it are too close. I'd like space above Store Hours, and also Labor Day-Memorial Day and above January & February is that possible?
This is an accepted solution.
replace the code on this.
.footer__collapsible p {
margin: 0;
line-height: 1rem;
}
.footer__collapsible h6 {
margin-top: 15px;
margin-bottom: 0px;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is awesome!! Thank you so much it worked!! Do you know how to make the phone number clickable? Again, I can do it in wordpress, but when I try using tel: in the link section of my editing choices, it does not accept that as a link!
Welcome! Please don't forget to like and mark as solution any post that helped you. Thanks!
Regarding making the numbers clickable, you may need a developer to add the link in the Liquid file.
Thank you! I'm new to this so thanks for the reminder on the "Accept as Solution". Have a great day and thanks for your help.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024