Archived topic
Spacing inside content
9 replies · Started by Kristijan on July 30, 2017
hi,
can you please show how can you add some predefined space (like using tabs in word editor) inside the text?
Not left or right of the line, but inside text (between two words).
Is it the same code that can be applied both to body and to Headings text (H1, H2...)?
thanks,
Kristijan
Hi there,
Not too sure what you mean? Maybe try going into the "Text" editor and add some non-breaking spaces in the area you want more space:
i'm trying to have the same space between dates and post titles on the page below:
Link
But, when i just hit the same number of spaces, post titles are not lined up verticaly (because of different length of dates).
Should I be using columns if not otherwise possible to achieve?
Can I use columns in the page (not post)?
I would do this:
<span class="inline-dates">Date here</span> Link here
Then add some CSS:
.inline-date {
padding-right: 35px;
display: inline-block;
width: 100px;
}
excellent, thanks Tom!
You're welcome :)
hi again,
When I've changed font from Pt Serif to Lora, alignment is not working any more.
When I change it back to PT Serif, it is aligned again
can you please take a look:
link
I've adjusted the CSS above - can you give it a shot?
yes, that's it, thanks a lot!
You're welcome :)