Title: Alignment issue
Last modified: March 19, 2020

---

# Alignment issue

 *  Resolved [rosetapaas](https://wordpress.org/support/users/rosetapaas/)
 * (@rosetapaas)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/alignment-issue-31/)
 * The + and – signs are not aligned with the question. They seem to be on the upper
   line
 * +
    Question
 * instead of
 * + Question

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Support [jaysupport](https://wordpress.org/support/users/jaysupport/)
 * (@jaysupport)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/alignment-issue-31/#post-12562478)
 * Hi Roseta,
 * That sounds like a small CSS conflict that could easily be corrected with some
   custom CSS. Could you provide the URL to your FAQ page, so we can take a look
   and see what Custom CSS you might be able to use to solve this issue?
 *  Thread Starter [rosetapaas](https://wordpress.org/support/users/rosetapaas/)
 * (@rosetapaas)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/alignment-issue-31/#post-12562505)
 * hello Jay,
    Thank you for replying. This is the URL , not sure if you can do 
   anything with it, as it is not a public page.
 * [https://help.tapaas.com/knowledge-base/faqs/](https://help.tapaas.com/knowledge-base/faqs/)
 * Thanks
    Rose
 *  Plugin Support [jaysupport](https://wordpress.org/support/users/jaysupport/)
 * (@jaysupport)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/alignment-issue-31/#post-12566389)
 * Hi Rose,
 * No, we don’t see anything there, just: “please login to access this content.”
 * I can tell you that the CSS selector for the icons is:
 *     ```
       .ewd-ufaq-post-margin-symbol
       ```
   
 * So you could try something like:
 *     ```
       .ewd-ufaq-post-margin-symbol {
           margin-top: 5px;
       }
       ```
   
 * You might need to mess around with the value and maybe use !important, depending
   on what other CSS you have that is affecting it.
 *  Thread Starter [rosetapaas](https://wordpress.org/support/users/rosetapaas/)
 * (@rosetapaas)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/alignment-issue-31/#post-12566410)
 * perfect , this did the trick ..25px though .. thanks
 *  [newguy321123](https://wordpress.org/support/users/newguy321123/)
 * (@newguy321123)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/alignment-issue-31/#post-12975180)
 * I posted this on another thread but it might be useful here too, later.
 * Many users seem to want to change the
    .size .color .alignment of the **+ –**
   symbols next to the FAQ.
 * In the Admin section (I`m using the free version) go to
    **Basic -> General**
   and in the Custom CSS box add the below CSS as it is. Please note** /\* ….. \*/**
   are comments added to note what the CSS does.
 * Hope it helps.
 * **/\* START EDIT MARGIN SYMBOL \*/
    .ewd-ufaq-post-margin-symbol span { font-
   size:15px!important; } .ewd-ufaq-post-margin-symbol :hover { color:#D72929; }.
   ewd-ufaq-post-margin-symbol { margin-top:9px; } /\* END EDIT MARGIN SYMBOL \*/

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Alignment issue’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-faqs/assets/icon-128x128.png?rev=1803957)
 * [Ultimate FAQ Accordion Plugin](https://wordpress.org/plugins/ultimate-faqs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-faqs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-faqs/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-faqs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-faqs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-faqs/reviews/)

## Tags

 * [edit css](https://wordpress.org/support/topic-tag/edit-css/)
 * [font](https://wordpress.org/support/topic-tag/font/)

 * 5 replies
 * 3 participants
 * Last reply from: [newguy321123](https://wordpress.org/support/users/newguy321123/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/alignment-issue-31/#post-12975180)
 * Status: resolved