Title: Widget divider
Last modified: May 22, 2018

---

# Widget divider

 *  Resolved [cindyrogers](https://wordpress.org/support/users/cindyrogers/)
 * (@cindyrogers)
 * [8 years ago](https://wordpress.org/support/topic/widget-divider/)
 * I would like to divide my widgets with a line, just a straight line between the
   row of widgets. I would also like to insert another small slider across the page
   lower down in a gallery setting…is this possible? I inherited the system and 
   would am having problems finding documentation for editing! Thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwidget-divider%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [8 years ago](https://wordpress.org/support/topic/widget-divider/#post-10311552)
 * Hi [@cindyrogers](https://wordpress.org/support/users/cindyrogers/)
 * To add a separate line or border to the between of the widget, use the following
   CSS code in the custom CSS filed **( Theme Dashboard >> appearance >> customize
   >> header setting >> custom CSS filed )**
 *     ```
       .top-contact-detail-section .col-md-4
       {
       border-right: 3px solid;
       }
   
       .top-contact-detail-section .col-md-4:nth-last-child(1)
       {
       border:none !important;
       }
       ```
   
 * You can hire the developer to add a small slider because this is a part of the
   code customization.
 * Any confusion lets me know.
 * Thanks
    -  This reply was modified 8 years ago by [Imran Ali](https://wordpress.org/support/users/imranaliweb/).

Viewing 1 replies (of 1 total)

The topic ‘Widget divider’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/appointment-blue/1.5/screenshot.
   png)
 * Appointment Blue
 * [Support Threads](https://wordpress.org/support/theme/appointment-blue/)
 * [Active Topics](https://wordpress.org/support/theme/appointment-blue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/appointment-blue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/appointment-blue/reviews/)

## Tags

 * [front page](https://wordpress.org/support/topic-tag/front-page/)
 * [widgets](https://wordpress.org/support/topic-tag/widgets/)

 * 1 reply
 * 2 participants
 * Last reply from: [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/widget-divider/#post-10311552)
 * Status: resolved