• Resolved cindyrogers

    (@cindyrogers)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Hi @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 6 years, 6 months ago by Imran Ali.
Viewing 1 replies (of 1 total)
  • The topic ‘Widget divider’ is closed to new replies.