• Resolved kirkward

    (@kirkward)


    I have the plugin installed in a theme sidebar where the border that normally appears around each widget is not adjusting to include the content returned by the Display Categories Widget.

    Since it is in maintenance mode, I am showing a link to an image of the page here

    I have added a two ended arrow showing how short the border is (top arrow end) for the categories widget, and how the next widget border (lower endpoint of the two headed arrow) starts properly shortly after the area the theme believes will be used by the categories widget causing the overflow from the categories widget to appear inside it.

    This causes the content of the next widget to start immediately as pointed out with the single ended arrow coming in from the right.

    My suspicion is that the widget is not closing a div, or some other simple error.

    Can you please advise?

    Thanks

    https://ww.wp.xz.cn/plugins/display-categories-widget/

Viewing 1 replies (of 1 total)
  • Thread Starter kirkward

    (@kirkward)

    Theme developer solved the problem. Solution hides overflow.

    .DisplayCategoriesWidget {
      overflow: hidden;
    }
Viewing 1 replies (of 1 total)

The topic ‘Plugin Not Inheriting Or Formatting Properly’ is closed to new replies.