[Resolved] How to added dotted borders instead of spaces

Home Forums Support [Resolved] How to added dotted borders instead of spaces

Home Forums Support How to added dotted borders instead of spaces

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #108368
    Brodie Schroeder

    Hello,

    I’d like to add dotted borders around my content, and widgets. Exactly as it is on Quicksprout.

    How do I do this? What css is necessary?

    Thanks,

    Brodie Schroeder

    #108428
    Tom
    Lead Developer
    Lead Developer

    You could try some CSS like:

    .inside-article,
    .sidebar .widget {
          border: 1px dotted #DDD;
    }
    #108431
    Brodie Schroeder

    You rock! Thanks!

    #108485
    Tom
    Lead Developer
    Lead Developer

    No problem! 🙂

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