Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ELsMystERy

    (@elsmystery)

    For the category title, you can change the margin with css:

    .faq-catname{margin-bottom:1em}

    For the last FAQ and the next category you could use something like:

    .qafp-category{margin-bottom:1em}

    To preserve the margin at the very bottom of the FAQ after the last category you could use the id of that category:

    .qafp-category #international{margin-bottom:1em}

    You would add the CSS wherever you add custom CSS to your theme. You might need to mark it !important:

    .qafp-category #international{margin-bottom:1em!important}

    Thread Starter Brett

    (@bkpayne)

    got it. Thank you!

    Plugin Author ELsMystERy

    (@elsmystery)

    Great!

    WebNut

    (@healthy-lawn-dude)

    Just what I was looking for, any chance these features might show up on future updates.
    I have not donated yet as I am waiting to see if you come out with a premium addition. Everything works great.

    Plugin Author ELsMystERy

    (@elsmystery)

    I am not planning a premium edition anytime soon. Most of my development time is in the fall and winter, as I have other responsibilities in spring and summer that require a lot of time. However, I am considering adding some more CSS customization options at some point.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘category spacing’ is closed to new replies.