Hello,
I am running into a minor, but annoying issue. I have added a ‘‘custom text’’ section named ‘‘Connect’’ to my footer to add social media links, but the line height between the links is not the same as the line height between other menu links. See screenshot. As you can see, the line height between the links below ‘‘Help’’ and ‘‘About’’ is even and smaller than the links below ‘‘Connect’’. There is no option in the GUI to change that and I don’t know what piece of code I need to add or change. I hope you can help me out.
Could you share with me the URL and password page?
Thank you for your reply.
This is the link: https://groupedamis.com/
Hi @Winnne0195
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file footer.css
Step 3: Paste the below code at bottom of the file → Save
.footer__collapsible p {
margin-bottom: 10px !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
I tried to paste the code at very end of the footer.liquid file, below {% endschema %}, but it did not work. But I’m not sure if I used the right file and place.