Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi everybody,
I add Custom Content to my home page. I have troubles with space between lines (as it is shown on the photo). I would like to add text without any space. Thank you very much.
Space between lines
Solved! Go to the solution
This is an accepted solution.
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 store password,
I will check out the issue and provide you a solution here.
This is an accepted solution.
hi is this correct? doesnt seem to work for me. any help is appreciated
@HarisP - it was section specific hence did not work on your page, as your section can be different
can you share your page link and let me know where do you want space?
Hi @suyash1 ,
I'm having the same issue with spacing on my custom content. Can you please help me?
Website: https://loveandlend.co.nz/
Password: drauff
TIA
@LoveLend- do you want to remove spaces between all sections? or any particular one? if all then please add given css to the end of your theme.css file and check, adjust numbers as per need.
.index-section {
padding-top: 25px;
padding-bottom: 25px;
}
Hi, I just want to remove the spacing between the lines.
sorry for that issue can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
#shopify-section-16357946920c8f23ab {
padding: 0 !important;
}
#shopify-section-16357946920c8f23ab .section-header {
margin-bottom: 40px !important;
}
#shopify-section-16357946920c8f23ab .rte-setting p {
margin-bottom: 4px !important;
}
its my pleasure to help us
User | RANK |
---|---|
205 | |
105 | |
88 | |
56 | |
45 |