• Resolved wiebe1996

    (@wiebe1996)


    In some cases the distances between my widgets are too small. The category widget is too close too the search widget when I use the Custom Sidebar plugin. How can I fix this issue?

    See the attached link for the page where it happens.

    Thank you in advanced!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there @wiebe1996

    This doesn’t seem related to Custom Sidebars plugin, as I can see the following CSS that affects that:

    @media screen and (min-width: 1000px) {
      #search-4, #categories-5, #recent-posts-4 {
        display: initial;
      }
    }

    You can revert this back to “display: block;” and you’ll get proper margins again. ??

    Thank you,
    Dimitris

    Thread Starter wiebe1996

    (@wiebe1996)

    Thanks a lot, changed it and it works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Too small distance between widgets’ is closed to new replies.