Site logo

Archived topic

Border around widgets

6 replies · Started by Monique Montes on September 22, 2014

Viewing posts 1–7 of 7

How can I put borders around my widgets/in between my content posts?

An example of what I am trying to do is here: http://queenofjetlags.com/

Hoping it is possible!

Widgets:

.inside-left-sidebar {
      border: 1px solid #000;
      padding: 20px;
}

Post separator:

article.type-post {
      border-bottom: 1px solid #DDD;
}

Let me know if this helps or not :)

Where would I post that code into?

I would like to put borders around my footer widgets...already using simple css, but want to sure I have the right code.

I assume it would be a variation of the code mentioned above:

.inside-left-sidebar {
border: 1px solid #000;
padding: 20px;
}

Just not sure how to do it.

Hi there,

could you raise a new topic please. This one is really old. And we're trying to keep posts separate. :)

OK, will do. Thought this would be easier.

This archived topic is closed to new replies.