Title: [Plugin: FAQ Manager] padding left on answer text
Last modified: August 20, 2016

---

# [Plugin: FAQ Manager] padding left on answer text

 *  Resolved [Tim0000](https://wordpress.org/support/users/tim0000/)
 * (@tim0000)
 * [14 years ago](https://wordpress.org/support/topic/plugin-faq-manager-padding-left-on-answer-text/)
 * 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://wordpress.org/extend/plugins/wordpress-faq-manager/](http://wordpress.org/extend/plugins/wordpress-faq-manager/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Andrew Norcross](https://wordpress.org/support/users/norcross/)
 * (@norcross)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-faq-manager-padding-left-on-answer-text/#post-2757673)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-faq-manager_e7e7e7.svg)
 * [SFN Easy FAQ Manager](https://wordpress.org/plugins/wordpress-faq-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-faq-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-faq-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-faq-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-faq-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-faq-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Andrew Norcross](https://wordpress.org/support/users/norcross/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-faq-manager-padding-left-on-answer-text/#post-2757673)
 * Status: resolved