Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, Try editing, and increasing, the 18px value in the style:

    .widget-container {
    margin:0 0 18px;
    }

    You can find this in your themes style sheet (style.css) line number 1096.

    Hi fhcadmin!

    While this is not the best solution, try adding this to your css file:

    ul.xoxo {
       margin:20px 0 !important;
    }

    If you don’t know how to add this, go to the WordPress admin and click on the “editor” sub-menu under “appearance”. On the right side of the page, you should see a list of files. Find the file titled “stylesheet (style.css)”. Scroll to the bottom of it, and paste in the above. Adjust the “20px” to whatever seems appropriate.

    Again, this is not a great solution, it is a quick fix if you need it in a hurry, and should work.

    dgwyer’s solution is better fhcadmin, paste that instead of what I wrote ??

    Thread Starter fhcadmin

    (@fhcadmin)

    Thanks!
    I tried dgwyer’s solution and it worked. Hurray!
    I have one widget (network for good donations) that still seems to be sticking and I can’t figure out how to put white space right under it.
    https://www.fhcmichigan.org/
    Do you think it is in the actual widget’s code to do that?
    KJC

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘sidebar widgets too close together’ is closed to new replies.