Hi,
I'm using the Debut theme and I want to add a text box in my footer, but the line spacing for each line is too much. How do I reduce the line spacing?
It currently looks like this but I would like the address to be together instead of being so spaced out.
Any help would be much appreciated!
Thanks!
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Please add the following code at the bottom of your theme.css file.
@media only screen and (max-width: 749px){
.site-footer__rte { line-height: 12px; }
.site-footer__item{ margin-bottom: 32px !important; line-height: 5px; }
}
Hope this works.
Thanks!
Yes, it correct. It is working for mobile. Did you check?
Do you want this for desktop too. Let me know.
sorry, your store is password protected how can i guide you?
Add this code for desktop.
.site-footer__rte {
line-height: 15px;
}
Thanks!
User | Count |
---|---|
431 | |
200 | |
146 | |
57 | |
44 |