Title: Spoiler Short-code in the Short-code plugin
Last modified: December 20, 2020

---

# Spoiler Short-code in the Short-code plugin

 *  Resolved [nanciizhang](https://wordpress.org/support/users/nanciizhang/)
 * (@nanciizhang)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/spoiler-short-code-in-the-short-code-plugin/)
 * Hi everyone,
 * I have a questions regarding the Spoiler Short-code in the Short-code plugin.
   The “Disclaimer” title in My Spoiler short-code in my webpage [https://www.meleteamusa.com/product/beautyrejuvenation/](https://www.meleteamusa.com/product/beautyrejuvenation/)
   appear to be in the middle. Could anyone help to let me know how to adjust the“
   Disclaimer” title to the left?
 * Thanks for the help!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fspoiler-short-code-in-the-short-code-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [NightL](https://wordpress.org/support/users/nightl/)
 * (@nightl)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/spoiler-short-code-in-the-short-code-plugin/#post-13815583)
 * There is a style for your WooCommerce tabs that is causing the center align
 *     ```
       .qodef-woo-single-page.qodef-custom-product .woocommerce-tabs .entry-content.woocommerce-Tabs-panel--additional_information, .qodef-woo-single-page.qodef-custom-product .woocommerce-tabs .entry-content.woocommerce-Tabs-panel--description {
           text-align: center;
       }
       ```
   
 * either find where that is entered and change it to text-align: left;
 * or place into your custom style sheet
 *     ```
       .su-spoiler.su-spoiler-style-default.su-spoiler-icon-chevron.disclaimer {
           text-align: left;
       }
       ```
   
 * Note that will only left align the Spoiler Short-code with custom class “disclaimer”
 * _______________________
    I suggest you study up how to use Chrome DevTools (right
   click/Inspect when using Chrome – other browsers have similar) to test out css
   changes [https://developers.google.com/web/tools/chrome-devtools](https://developers.google.com/web/tools/chrome-devtools)
 * Get familiar with CSS
 * Check to see if your theme is using a Custom Style Sheet or an area to enter 
   custom styles. Don’t make changes to your main style sheet as they will be overridden
   on theme updates.
 * A plugin like Child Theme Wizard will create a custom style sheet for you
    [https://en-au.wordpress.org/plugins/child-theme-wizard/](https://en-au.wordpress.org/plugins/child-theme-wizard/)
   or Child Theme Generator [https://wordpress.org/plugins/child-theme-generator/](https://wordpress.org/plugins/child-theme-generator/)
 *  Thread Starter [nanciizhang](https://wordpress.org/support/users/nanciizhang/)
 * (@nanciizhang)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/spoiler-short-code-in-the-short-code-plugin/#post-13824597)
 * Thank you for your help NightL! This solved my issue. 🙂
 * Appreciate the help!

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

The topic ‘Spoiler Short-code in the Short-code plugin’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [Shortcodes Ultimate - Content Elements](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)
 * [spoiler](https://wordpress.org/support/topic-tag/spoiler/)

 * 2 replies
 * 2 participants
 * Last reply from: [nanciizhang](https://wordpress.org/support/users/nanciizhang/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/spoiler-short-code-in-the-short-code-plugin/#post-13824597)
 * Status: resolved