Title: Full-width Posts/Pages
Last modified: October 6, 2016

---

# Full-width Posts/Pages

 *  Resolved [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/)
 * (@tdtvbkt4321)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/)
 * Hello Compete Themes, found your theme on Google and decided to give it a try.
   
   I’m mostly satisfied with the theme overall, but seem like i can’t make the posts/
   pages show with full width style. Is this the PRO future or i have to do something
   else? Please help 🙂

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/topic/full-width-postspages/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/full-width-postspages/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/full-width-postspages/page/2/?output_format=md)

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/#post-8261044)
 * Thanks for using Tracks!
 * Tracks Pro has additional layouts you can use, such as displaying the posts full-
   width on the blog. For Tracks, the layout is limited to the side-by-side display.
 *  Thread Starter [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/)
 * (@tdtvbkt4321)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/#post-8261656)
 * Thanks for replying.
    I means the layout of post when i’ve clicked on it (child
   post) not the Front Page one 🙂 I’ve done some research and see that it affected
   by 2 bars and the contents was in between them in a container. Can i somehow 
   modify it? (Two purple bars, i wanted to removed it in order to expand the post
   layout)
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/#post-8262527)
 * Okay I see. Please try the following CSS to remove the space around the text 
   there:
 *     ```
       .entry-container {
         padding: 0;
       }
       ```
   
 *  Thread Starter [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/)
 * (@tdtvbkt4321)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/#post-8262671)
 * Okay,.. i’ve tried the same way that CSS did by remove some code lines in the
   content.php before…
    And i must say these are the same terrible idea :))
 * Before:
     After:
 * /Modified the padding sizes did the trick.
    -  This reply was modified 9 years, 8 months ago by [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/).
    -  This reply was modified 9 years, 8 months ago by [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/).
 *  Thread Starter [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/)
 * (@tdtvbkt4321)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/#post-8262765)
 * Hmpm….
    Can i ask you something more? How to make a “Go to bottom” similar to
   Go to Top did at the same position but opposite function?
    -  This reply was modified 9 years, 8 months ago by [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/).
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/#post-8266797)
 * This isn’t currently an option in Tracks, but you can add this functionality 
   with a plugin like Scroll Top and Bottom: [https://wordpress.org/plugins/scroll-top-and-bottom/](https://wordpress.org/plugins/scroll-top-and-bottom/)
 *  Thread Starter [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/)
 * (@tdtvbkt4321)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/#post-8267045)
 * Ah i wanted somehow custom code integrate into the theme itself. But Thanks anyway
   🙂
 *  Thread Starter [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/)
 * (@tdtvbkt4321)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/#post-8270152)
 * And again, where can i find the <body> tag? I wanted to add something to it but
   i can’t seem to find it anywhere. Or this exact location:
     Thank you.
    -  This reply was modified 9 years, 8 months ago by [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/).
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/#post-8271252)
 * The body tag is closed at the bottom of the footer.php file which is where you
   will also find the code for the scroll to top arrow.
 * I would highly recommend using a [child theme](https://codex.wordpress.org/Child_Themes)
   instead of directly editing the files in Tracks. You can find a short overview
   of how to use child themes and a download for a Tracks child theme you can get
   started with here: [https://www.competethemes.com/help/child-theme-tracks/](https://www.competethemes.com/help/child-theme-tracks/)
 *  Thread Starter [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/)
 * (@tdtvbkt4321)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/#post-8271464)
 * Okay, thank you so much man 🙂
    / Kinda stupid to asked but if i used a child
   theme is that means i could use the vanilla parent theme at the same time w/o
   breaking it if something gone wrong?
    -  This reply was modified 9 years, 8 months ago by [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/).
 *  Thread Starter [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/)
 * (@tdtvbkt4321)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/#post-8272133)
 * Well shame on me i don’t knows how to used this child theme….
    Thanks anyway
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/#post-8273558)
 * It takes a bit more work using a child theme, but it’s worth it in the long run.
   If you install an update for Tracks, the new files are going to overwrite the
   current ones which means you’ll lose your changes. You can always backup your
   site or your copy of Tracks, but it’s very easy to accidentally update and lose
   your work.
 * With a child theme, editing isn’t too different. For instance, if you want to
   edit the footer.php file in Tracks, you just have to copy the footer.php file
   into the Tracks child theme and then edit it there. As long as the Tracks child
   theme is active on the site, the footer.php file in the child theme will be used
   instead.
 *  Thread Starter [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/)
 * (@tdtvbkt4321)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/#post-8275099)
 * Oh… so that’s how it works… thanks man 😀
 *  Thread Starter [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/)
 * (@tdtvbkt4321)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/#post-8275144)
 * Umm…. I still don’t know where the <body> tag was located at and can i add code
   into it…
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/full-width-postspages/#post-8275480)
 * Sure thing!
 * The closing `</body>` tag is in the bottom of the footer.php file, and the opening`
   <body>` tag is in the header.php file.

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/topic/full-width-postspages/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/full-width-postspages/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/full-width-postspages/page/2/?output_format=md)

The topic ‘Full-width Posts/Pages’ is closed to new replies.

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

 * 37 replies
 * 2 participants
 * Last reply from: [tdtvbkt4321](https://wordpress.org/support/users/tdtvbkt4321/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/full-width-postspages/page/3/#post-8437672)
 * Status: resolved