Home › Forums › Support › Border right sightbar (two text widgets) This topic has 3 replies, 2 voices, and was last updated 8 years, 6 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 15, 2015 at 2:42 pm #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 March 15, 2015 at 4:13 pm #87157 TomLead Developer Lead Developer How about this?: .sidebar .widget { border: 2px solid #DDD; } March 16, 2015 at 11:10 am #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; } March 16, 2015 at 3:44 pm #87603 TomLead Developer Lead Developer Awesome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In