• Resolved imwil

    (@imwil)


    I was just wondering where I can go to adjust the spacing on the filter bar.

    Right now I have it set to show categories and by default it’s showing up as

    All|Cat1|Cat2|Cat3|Cat4

    I would like it to look nicely spaced out

    All | Cat1 | Cat 2 | Cat3 | Cat4

    How do I go upon fixing this?

    Thanks

    https://wordpress.org/plugins/event-list/

Viewing 1 replies (of 1 total)
  • Plugin Author mibuthu

    (@mibuthu)

    The vertical lines are included via css (see event-list.css line 123).
    You can overwrite this and give a bigger padding for div.filterbar ul.hlist li + li:before like:
    padding: 0px 4px;

Viewing 1 replies (of 1 total)

The topic ‘Filter bar spacing’ is closed to new replies.