Title: autolycus's Replies | WordPress.org

---

# autolycus

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Trouble with centering my content](https://wordpress.org/support/topic/trouble-with-centering-my-content/)
 *  Thread Starter [autolycus](https://wordpress.org/support/users/autolycus/)
 * (@autolycus)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/trouble-with-centering-my-content/#post-2875536)
 * That did it! Awesome, this will improve the quality of my life tenfold. Thanks
   a lot for helping me out!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Trouble with centering my content](https://wordpress.org/support/topic/trouble-with-centering-my-content/)
 *  Thread Starter [autolycus](https://wordpress.org/support/users/autolycus/)
 * (@autolycus)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/trouble-with-centering-my-content/#post-2875534)
 * Eureka! That centered it. There is other content throughout the cite that requires
   the
    `float: left;` coding. This section also seems to be the reason why it was
   off center in the first place. can I specify a certain code to a specific page
   or family of pages that would work around this?
 * P.s. Thanks for the patience and advice.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Trouble with centering my content](https://wordpress.org/support/topic/trouble-with-centering-my-content/)
 *  Thread Starter [autolycus](https://wordpress.org/support/users/autolycus/)
 * (@autolycus)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/trouble-with-centering-my-content/#post-2875532)
 * I am not familiar with stylesheets no. I did, however, find mine and attempt 
   to update it
 *     ```
       /* columns */
           .one-col, .two-col, .three-col, .four-col {
           display: inline;
           float: left;
           margin-left: 0px;
           }
   
           /* 1 column = 256px */
           .one-col {width:256px;}
   
           /* 2 column = 512px */
           .two-col {width: 640px;
       margin: 0 auto;
       }
       ```
   
 * it now looks like that. I’ve been through all of the code on the style.css and
   this looks like the best place to put it. After a few updates and playing around
   with it, still no change to the webpage.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Trouble with centering my content](https://wordpress.org/support/topic/trouble-with-centering-my-content/)
 *  Thread Starter [autolycus](https://wordpress.org/support/users/autolycus/)
 * (@autolycus)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/trouble-with-centering-my-content/#post-2875526)
 * Okay so I attempted to use that, but it just adds the code as text to the page.
   Yes, I am operating in the HTML tab and I’ve tried the code both within my existing
   code and independently.

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