• My website:
    https://tinyurl.com/682k3tc

    WordPress Theme:
    Habitat

    I need help creating a filter function that will force the “post count” for my AVH Extended Categories plugin widgets to display inline. If you look at the top two categories on my site you will see that the post count shows up on the line below (the categories affected are AVH Extended Categories widgets).

    Any help would be much appreciated.

Viewing 16 replies (of 16 total)
  • Steph

    (@scarydakis)

    I use this CSS:

    .widget_extended-categories .avhec-widget-line
    {
    	display: block !important;
    	position: relative;
    	top: 0;
    }
    .widget_extended-categories .avhec-widget-count
    {
    	position: absolute;
    	right: 10px;
    	top: 6px;
    }
    
    .widget_extended-categories ul li li .avhec-widget-count
    {
    	top: 4px;
    }

    You will have to adjust the positions as required.

Viewing 16 replies (of 16 total)
  • The topic ‘Help Needed With Filter Function’ is closed to new replies.