Title: bodell's Replies | WordPress.org

---

# bodell

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Get rid of side margins/padding on one page](https://wordpress.org/support/topic/get-rid-of-side-marginspadding-on-one-page/)
 *  [bodell](https://wordpress.org/support/users/bodell/)
 * (@bodell)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/get-rid-of-side-marginspadding-on-one-page/#post-8183886)
 * _[ Moderator note: code fixed. Please wrap code in the backtick character or 
   [use the code button](http://codex.wordpress.org/Forum_Welcome#Posting_Code).]_
 * If I am understanding you correctly, all you need to do is set your:
 *     ```
       <div class="container"> 
       ```
   
 * to:
 *     ```
       <div class="container-fluid">
       ```
   
 * and your:
 *     ```
       <div class="container-inner default_template_holder clearfix">
       to just:
       <div class="default_template_holder clearfix">
       ```
   
 * The .container class sets padding automatically where as container-fluid keeps
   it at 100%.
    The .container-inner class was using a set width and therefore creating
   margins. since that’s all it was doing should be safe to just remove it from 
   that div.
 * Hope that helps/was what you were looking for.
    -  This reply was modified 9 years, 7 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
    -  This reply was modified 9 years, 7 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
      Reason: Fixed code block
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Please Identify This Theme?](https://wordpress.org/support/topic/please-identify-this-theme/)
 *  [bodell](https://wordpress.org/support/users/bodell/)
 * (@bodell)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/please-identify-this-theme/#post-8183839)
 * Looking at their source code this appears to be a custom theme.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Error installing a theme from themeforest](https://wordpress.org/support/topic/error-installing-a-theme-from-themeforest/)
 *  [bodell](https://wordpress.org/support/users/bodell/)
 * (@bodell)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/error-installing-a-theme-from-themeforest/#post-8183807)
 * What do you mean by will not allow you? Are you getting an error message? Are
   you uploading in the right place?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [The latest WordPress update messed up my website](https://wordpress.org/support/topic/the-latest-wordpress-update-messed-up-my-website/)
 *  [bodell](https://wordpress.org/support/users/bodell/)
 * (@bodell)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/the-latest-wordpress-update-messed-up-my-website/#post-8183777)
 * Have you been writing CSS style changes directly into the theme? If so these 
   changes can be blown away in an update. All style changes should be made through
   a child theme of the theme you intend to use.
 * The syntax for your permalinks should be:
    [http://guitarist.com/blog/%year%/%monthnum%/%postname%/](http://guitarist.com/blog/%year%/%monthnum%/%postname%/)
 * If it is already like this then I would check your redirects to see if you have
   any redirect loops created from switching your permalinks back and forth.
 * _**[moderated: Brenden: Please remove “advertising” links from your signature.
   Thanks.]**_
    -  This reply was modified 9 years, 7 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
    -  This reply was modified 9 years, 7 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).

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