Home › Forums › Support › Adding Custom Dividers Between Widgets This topic has 1 reply, 2 voices, and was last updated 8 years, 4 months ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 9, 2015 at 2:40 pm #106839 Monique Montes Hi! Is it possible to add custom dividers between widgets? If so, where would I put the custom css? An example of the sidebar I would like is here: http://www.brambleandthorn.com/ my website is moniquemontes.com thank you! May 9, 2015 at 4:05 pm #106873 TomLead Developer Lead Developer For regular borders, you could do: .sidebar .widget { border-bottom: 1px solid #DDD; } If you want to put something fancy, you could make an image of the divider and use the Background images add-on to add it as a background. Set the position to “center bottom”, and make sure it’s set to no-repeat. Using custom CSS instead, you could do: .sidebar .widget { background-image: url('FILE URL'); background-position: center bottom; background-repeat: no-repeat; } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In