Site logo

Archived topic

How to added dotted borders instead of spaces

3 replies · Started by Brodie Schroeder on May 16, 2015

Viewing posts 1–4 of 4

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

You could try some CSS like:

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

You rock! Thanks!

No problem! :)

This archived topic is closed to new replies.