Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jonathandejong

    (@jonathandejong)

    Hi Taylor.

    You can either add custom CSS to the CSS box in the plugins settings or you can simply override any css-rule in your own style.css in your theme.

    If you provide me some screenshots of the issues you have and possibly also the screensizes in which the screenshots are I can take a look at fixing the plugins builtin css themes (light material and dark material) for the next version.

    Best regards,
    Jonathan

    Thread Starter Taylor.Samuel

    (@taylorsamuel)

    Cracked it.

    Had to override CSS with the following:

    .filter-count-many {
    margin-right: 0px;
    margin-left: 45px;
    margin-bottom: 15px;
    width: 300px;
    }

    Used px instead of %’s. Problem was because my taxonomies descriptions where long, e.g “Kayaking & Canoeing Activities”, so when you resized the screen the descriptions went over two lines.

    Make sense?

    Martyn

    Plugin Author Jonathandejong

    (@jonathandejong)

    Ah I see ??

    You can either change the width to px or create your own media queries breakpoints and split them up on more rows. It all depends on your websites containing width.

    Glad you figured it out!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Formatting’ is closed to new replies.