[Resolved] Spacing inside content

Home Forums Support [Resolved] Spacing inside content

Home Forums Support Spacing inside content

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #357107
    Kristijan

    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

    #357124
    Tom
    Lead Developer
    Lead Developer

    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:  

    #357135
    Kristijan

    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)?

    #357169
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #357334
    Kristijan

    excellent, thanks Tom!

    #357372
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

    #357516
    Kristijan

    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

    #357622
    Tom
    Lead Developer
    Lead Developer

    I’ve adjusted the CSS above – can you give it a shot?

    #357649
    Kristijan

    yes, that’s it, thanks a lot!

    #357652
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.