Title: Formatting problem
Last modified: August 21, 2016

---

# Formatting problem

 *  Resolved [tb_website](https://wordpress.org/support/users/tb_website/)
 * (@tb_website)
 * [12 years ago](https://wordpress.org/support/topic/formatting-problem-6/)
 * I get a problem with the formatting. I suspect this has to do with our own stylesheet
   as you (Danny) mentioned earlier that this plugin follows the theme’s stylesheet.
 * However I can’t figure out why this is happening or what changes I should make
   to the sheet in order for the plugin to format as I want.
 * At this time it is not following anything (H1 / H2 / Bold tags etc).
    Can you
   take a look at [http://www.twentebelt.com/mail-disclaimer/](http://www.twentebelt.com/mail-disclaimer/)
 * When you scroll down you should see the scrollbox. Hope you can help.
 * [https://wordpress.org/plugins/scroll-triggered-boxes/](https://wordpress.org/plugins/scroll-triggered-boxes/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years ago](https://wordpress.org/support/topic/formatting-problem-6/#post-4695745)
 * Hi there,
 * This is because your theme stylesheet only styles h1 elements (and others) inside
   the `<div class="content">....</div>` tags. Here is a very small excerpt of your
   theme stylesheet.
 *     ```
       .content strong, .left strong {
       	font-weight: bold;
       }
       .content h1, .left h1 {
       	font-size: 18px;
       	color: #111;
       	font-weight: bold;
       	line-height: 22px;
       	margin-bottom: 8px;
       }
       ```
   
 * If you want this styles to also apply to the headings inside the scroll triggered
   box, change it to this.
 *     ```
       .content strong, .left strong, .stb strong {
       	font-weight: bold;
       }
       .content h1, .left h1, .stb h1 {
       	font-size: 18px;
       	color: #111;
       	font-weight: bold;
       	line-height: 22px;
       	margin-bottom: 8px;
       }
       ```
   
 * Hope that makes sense, good luck!

Viewing 1 replies (of 1 total)

The topic ‘Formatting problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/scroll-triggered-boxes_a0af9c.svg)
 * [Scroll Triggered Boxes](https://wordpress.org/plugins/scroll-triggered-boxes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/scroll-triggered-boxes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/scroll-triggered-boxes/)
 * [Active Topics](https://wordpress.org/support/plugin/scroll-triggered-boxes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/scroll-triggered-boxes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/scroll-triggered-boxes/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/formatting-problem-6/#post-4695745)
 * Status: resolved