Title: FAQ Alignment
Last modified: March 21, 2019

---

# FAQ Alignment

 *  Resolved [davidcsmith](https://wordpress.org/support/users/davidcsmith/)
 * (@davidcsmith)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/faq-alignment/)
 * When using the shortcode you-faqs displays the FAQs as expected. But the last
   entry in every category is not aligned correctly.
 * Is it necessary to add style codes to correct the misalignment?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffaq-alignment%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/faq-alignment/#post-11344916)
 * Hi [@davidcsmith](https://wordpress.org/support/users/davidcsmith/),
 * I checked your site and there’s a style that is being applied onto all elements
   that have a class attribute value containing “column” which is causing the misalignment.
 *     ```
       [class*="column"] +
       [class*="column"]:last-child {
           float: right;
       }
       ```
   
 * This is caused by the “Mins” theme you are using.
 * You can add custom CSS to solve this issue:
 *     ```
       [class*="ufaq-faq-column"] +
       [class*="ufaq-faq-column"]:last-child {
           float: none;
       }
       ```
   
    -  This reply was modified 7 years, 2 months ago by [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/).
    -  This reply was modified 7 years, 2 months ago by [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/).

Viewing 1 replies (of 1 total)

The topic ‘FAQ Alignment’ 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

 * [ultimate faq](https://wordpress.org/support/topic-tag/ultimate-faq/)

 * 1 reply
 * 2 participants
 * Last reply from: [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/faq-alignment/#post-11344916)
 * Status: resolved