• Resolved Tim0000

    (@tim0000)


    I want to change padding of the answer text. The text should goes some pixels more right.

    I found this code:

    <div class=”faq_answer” style=”display: block;”>

    But I can´t find the position of the code where I can change the style.

    When I add the style to my style sheet there is no reaction.

    Please help.

    http://ww.wp.xz.cn/extend/plugins/wordpress-faq-manager/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Andrew Norcross

    (@norcross)

    this CSS should do it (adjust as necessary)

    div.faq_answer {
    padding:0 0 0 20px;
    }

    if that doesn’t work, please provide a URL of the items so I can see.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: FAQ Manager] padding left on answer text’ is closed to new replies.