Line spacing in a page
-
AuthorPosts
-
tomcliment
MemberHi there,
I’m trying to have a gap between each line in a page. I have a list of articles in my Bibliography page. I’ve tried spacing the lines out in editor, but it doesn’t translate into my actual blog. I have the css upgrade, would there be some code that would insert a blank line between each sentence in my Bibliography page? I hope this makes sense.
Thanks
Best wishes,
TomThe blog I need help with is: (visible only to logged in users)
scottrrollo
Theme AuthorHey there, Tom 👋
Happy to help! There’s two ways I think we can handle this — you let me know which one you’d prefer, please.
1. You can format these links as an unordered list. Unordered lists will automatically add more spacing between items.
2. Or, you can switch to the Text editor mode and wrap the links in a special bit of code. Add
<div class="links-list">
before your list and</div>
after. Then add this snippet into your Additional CSS tab:.links-list p {margin-bottom: 30px;}
I hope one of these two ideas works well. Let us know!
Hi Scott,
Thanks a million, that worked great!
There is another question I would like to ask if that’s ok:
On my home page I have several images uploaded, they used to change every second or so, but that doesn’t work anymore. Maybe I have unclicked something in the home page, is there some setting that needs to be on, in order for the images to change?
I still use the original version of photography.
Thanks again.
Best wishes,
Tomscottrrollo
Theme AuthorGlad to hear that, Tom 👏
I’ll reply to your questions about homepage images in your other thread.
- The topic ‘Line spacing in a page’ is closed to new replies.