[Resolved] Border around widgets

Home Forums Support [Resolved] Border around widgets

Home Forums Support Border around widgets

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #32981
    Monique Montes

    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!

    #32984
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

    #33114
    Monique Montes

    Where would I post that code into?

    #33115
    Tom
    Lead Developer
    Lead Developer

    Best bet is to use a plugin like this: https://wordpress.org/plugins/simple-css/

    #670393
    CRISTO

    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.

    #670522
    David
    Staff
    Customer Support

    Hi there,

    could you raise a new topic please. This one is really old. And we’re trying to keep posts separate. ๐Ÿ™‚

    #670542
    CRISTO

    OK, will do. Thought this would be easier.

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