Alan Sott
asked 9 years ago

I’ve used this plugin before and never had any issues with it on other templates but now I have it installed on Chromatic theme by WPHoot and the styling is 10 kinds of f’d up. OK, not 10. But at least 3 or 4.

I tried adjusting the CSS in the plugin file. I tried a custom css plugin. nothing is working. Please help. The picture I’m sending is how the front looks. Let me know if you need anything else from me to help get this working.

![enter image description here](http://footholdtechnology.com/docs/misc/plugin.png "enter image title here")

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:

.dwqa-list-question .filter li {
    display: inline-block !important;
    margin-right: 9px !important;
}
.dwqa-list-question .filter ul {
    margin: 0 !important;
}
.dwqa-list-question .filter .filter-by-category li {
   display: block !important;
}

Hope this helps !

Powered by DW Question & Answer Pro