[Resolved] Border right sightbar (two text widgets)

Home Forums Support [Resolved] Border right sightbar (two text widgets)

Home Forums Support Border right sightbar (two text widgets)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87120
    GE

    Hi,

    I have in the right sidebar two text widgets, i want for every text widget a border around

    when i put this in my css:

    .inside-right-sidebar {
    border: 2px solid #DDD;
    }

    I get 1 border around the two text widgets, instead of 1 border for each text widget.

    Hope for some help in this

    thx

    #87157
    Tom
    Lead Developer
    Lead Developer

    How about this?:

    .sidebar .widget {
          border: 2px solid #DDD;
    }
    #87499
    GE

    Thx it Worked. Thx for your quick reply!!!

    I had this one: but this was one border for the 2 widgets. Yours is exactly what i needed!!

    .inside-right-sidebar {
    border: 2px solid #DDD;
    }

    #87603
    Tom
    Lead Developer
    Lead Developer

    Awesome 🙂

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