Title: [Theme: NatureFox] Content div
Last modified: August 20, 2016

---

# [Theme: NatureFox] Content div

 *  [Sinule](https://wordpress.org/support/users/sinule/)
 * (@sinule)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/theme-naturefox-content-div/)
 * Hello,
 * Really like the theme, thanks 🙂
 * Can you tell me how to add a nested full length div to the main content of each
   page? I’ve looked for the content div but can’t find it, I’m familiar enough 
   with html and css to add the necessary rules to the stylesheet once I’ve popped
   the div in the correct place.
 * Thanks,
 * ~Sinule
 * [http://wordpress.org/extend/themes/naturefox/](http://wordpress.org/extend/themes/naturefox/)

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

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/theme-naturefox-content-div/#post-2661212)
 * -Try using Firefox with the Firebug add-on for this kind of CSS work. [http://getfirebug.com/](http://getfirebug.com/)
 *  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)

The topic ‘[Theme: NatureFox] Content div’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/naturefox/1.0.13/screenshot.png)
 * NatureFox
 * [Support Threads](https://wordpress.org/support/theme/naturefox/)
 * [Active Topics](https://wordpress.org/support/theme/naturefox/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/naturefox/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/naturefox/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Sinule](https://wordpress.org/support/users/sinule/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/theme-naturefox-content-div/#post-2661275)
 * Status: not resolved