• Moderator t-p

    (@t-p)


    Hi,
    I am using 2.8.6, default theme, no plugins.

    How can I add borders between the the sidebar elemnets?

    I searched the forum and tried. But no luck.

    thanks.
    tara

Viewing 7 replies - 1 through 7 (of 7 total)
  • https://www.ads-software.com/support/topic/338085?replies=5

    well, you can’t apply <class="widget"> it actually <div class="widget">

    then it would need a closing </div>

    isn’t .widget already a class applied to widgets in the default?

    if so, then the advice in the other thread holds true…just add the css they gave in your style.css file

    You’ll need to do that by changing the CSS in the style.css (inside your theme folder)

    Something along the lines of

    #sidebar ul li {
     border-bottomn: 1px solid #ccc;
     margin: 0 0 20px 0;
    }
    Moderator t-p

    (@t-p)

    Got it! Thanks guys.
    Great help!
    tara

    Moderator t-p

    (@t-p)

    hi RVoodoo and jaredatch,

    I managed to get the border around the individula elements of the sidebar.

    But I found out that when I click on any monthly archive in the sidebar, the remaining two elements below disappear.

    Obviously I made a mistake somewhere and can’t figure it out. please see and tell me how to fix this problem. Thanks a lot.

    tara

    What’s your URL?

    Moderator t-p

    (@t-p)

    I apologize,

    here it is: https://www.gurbani.org/wptest/

    tara

    Moderator t-p

    (@t-p)

    hi everybody,

    can someone please see where I have made mistake. I tried but could not figure out the mistake.

    In short, I managed to get the border around the individula elements of the sidebar.

    But I found out that when I click on any monthly archive in the sidebar, the remaining two elements below the archive element disappear

    I NOTICED SIMILAR BEHSVIOR EVEN WITHOUT BORDERS — THAT IS, SAME PROBLEM WAS OBSERVED PRIOR TO ADDING BORDER.
    1 am using default theme, no plugins.

    Thanks guys.

    –tara

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘how to add borders between the sidebar elemnets?’ is closed to new replies.