Tighten up items in menu list- IMPULSE THEME

Solved

Tighten up items in menu list- IMPULSE THEME

pepperberries
Tourist
13 0 1

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!

 

Screenshot.jpg

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10038 2387 3014

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:

Made4uoRibe_0-1725286779879.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
10038 2387 3014

Hi @pepperberries 

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:

Made4uoRibe_0-1725286241917.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
pepperberries
Tourist
13 0 1

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?

Made4uo-Ribe
Shopify Partner
10038 2387 3014

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:

Made4uoRibe_0-1725286779879.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
pepperberries
Tourist
13 0 1

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!

Made4uo-Ribe
Shopify Partner
10038 2387 3014

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.

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
pepperberries
Tourist
13 0 1

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.