• Hello,
    Does anyone know how to create a sort of dividing line between the widgets in a sidebar. I have a rights sidebar with 4 widgets undernreath each other. It looks a bit confsing so I want to put a line in between them all to define them better. Is this possible? I havent sent a line as my site is not live yet as only just began.
    Muge

Viewing 1 replies (of 1 total)
  • Try adding this to your custom css box in the theme options > advnaced settings:

    .sidebar .widget {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    }

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘divider line between widgets’ is closed to new replies.