Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1473755

    Helloooo,
    is it possible, to give more space between text and line? And can I make the line between the events stronger?
    The website-page is in the private content.
    Thank you for help.
    With kind reards
    Sabine

    #1473768

    Hey Jörge,

    Please try the following in Quick CSS under Enfold->General Styling:

    .post_delimiter {
      margin: 50px 0;
      border-color: #000;
    }

    Best regards,
    Rikard

    #1473828

    Hello Rikard,
    I’m sorry but nothing happens.
    With kind regards
    Sabine

    #1473833

    Hi,

    Please try this instead:

    .post_delimiter {
      margin: 50px 0 !important;
      border-color: #000 !important;
    }

    Best regards,
    Rikard

    #1474723

    Hi Rikard,
    thank you very much. It works, but I mean, I want the border in bold not in another color. Could we change it?
    With kind regard
    Sabine

    #1474726

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead:

    #top .fullsize .template-blog .post_delimiter {
        border-bottom-width: 3px;
    }

    adjust to suit.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1474825

    Hello Mike,
    thank you very much. It works and I am happy.
    With kind regards
    Sabine

    #1474843

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘post delimiter – change space between text and line an make the line stronger’ is closed to new replies.