Viewing 4 posts - 1 through 4 (of 4 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

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