Title: Sinule's Replies | WordPress.org

---

# Sinule

  [  ](https://wordpress.org/support/users/sinule/)

 *   [Profile](https://wordpress.org/support/users/sinule/)
 *   [Topics Started](https://wordpress.org/support/users/sinule/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sinule/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sinule/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sinule/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sinule/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sinule/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Contact Forms] [Plugin: Custom Contact Forms] options button doesn't work to the right of my saved forms](https://wordpress.org/support/topic/plugin-custom-contact-forms-options-button-doesnt-work-to-the-right-of-my-saved-forms/)
 *  [Sinule](https://wordpress.org/support/users/sinule/)
 * (@sinule)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-custom-contact-forms-options-button-doesnt-work-to-the-right-of-my-saved-forms/#post-2658745)
 * Just downloaded this plugin and having the same issue. Clicking buttons such 
   as “Attach” in the attached fields area does nothing.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[NatureFox] [Theme: NatureFox] Content div](https://wordpress.org/support/topic/theme-naturefox-content-div/)
 *  Thread Starter [Sinule](https://wordpress.org/support/users/sinule/)
 * (@sinule)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/theme-naturefox-content-div/#post-2661275)
 * Cheers for the tip! I use firebug all the time but I hadn’t thought to look for
   the name of the main div using it, all sorted now 🙂
 * In case anyone is interested in how to effectively add a column to the layout
   in naturefox:
    Go to Appearance > Editor > Page Template(page.php)
 *     ```
       <div <?php post_class(); ?> id="post-<?php the_ID(); ?>">
           <h1 class="content-title"><?php the_title(); ?></h1>
   
       <div class="alignright">Content for the column here</div>
   
           <?php the_content(); ?>
       ```
   
 * The div class alignright line is where I have added a div using a class that’s
   already in the stylesheet. In my case I created a new class with the width property
   so that the div wasn’t relying on the content for width.

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