Title: @katklopp's Replies | WordPress.org

---

# @katklopp

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oxygen] Pixelated Featured Images](https://wordpress.org/support/topic/pixelated-featured-images/)
 *  Thread Starter [@katklopp](https://wordpress.org/support/users/katklopp/)
 * (@katklopp)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/pixelated-featured-images/#post-4235882)
 * Can anyone help with this issue? How can I improve the resolution of the featured
   images so they appear as clearly as they do when embedded in my posts?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oxygen] Full Width Post for Oxygen Theme](https://wordpress.org/support/topic/full-width-post-for-oxygen-theme-1/)
 *  Thread Starter [@katklopp](https://wordpress.org/support/users/katklopp/)
 * (@katklopp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/full-width-post-for-oxygen-theme-1/#post-4195577)
 * Found it!
 * Alright, so for anyone with Oxygen theme trying to make their posts full width
   and retain the left sidebar. Just stick this in your CSS and you’re good.
 *     ```
       #content {
       	float: left;
       	width: 100%;
       	margin: 0 0 30px;
       }
       .entry-header {
           float: left;
       	width: 100%;
       }
       .hentry .featured {
           margin-bottom: 15px;
           width: 100%
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oxygen] Full Width Post for Oxygen Theme](https://wordpress.org/support/topic/full-width-post-for-oxygen-theme-1/)
 *  Thread Starter [@katklopp](https://wordpress.org/support/users/katklopp/)
 * (@katklopp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/full-width-post-for-oxygen-theme-1/#post-4195576)
 * Actually I figured out it’s just the post header photos that are not full width.
   Everything else is good. Excuse me while I go find a needle in a haystack.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oxygen] Full Width Post for Oxygen Theme](https://wordpress.org/support/topic/full-width-post-for-oxygen-theme-1/)
 *  Thread Starter [@katklopp](https://wordpress.org/support/users/katklopp/)
 * (@katklopp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/full-width-post-for-oxygen-theme-1/#post-4195575)
 * When I just change the #content width to 100%, it makes the post header bar and
   text full width, but not the photos, which are my main concern. I’m assuming 
   I need to locate that line in the code and change it to 100% too? Or should I
   adjust the pixel dimensions. I opened style.css from my parent theme in dw and
   the #content is currently like this:
 *     ```
       #content {
       	float: left;
       	width: 62.66666666666667%;	/* 470 / 750 = 0.6266666666666667 */
       	margin: 0 0 30px 0;
       }
       ```
   
 * am I on the right track? Think I’m looking at the wrong lines of code to change
   the photo width?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oxygen] Full Width Post for Oxygen Theme](https://wordpress.org/support/topic/full-width-post-for-oxygen-theme-1/)
 *  Thread Starter [@katklopp](https://wordpress.org/support/users/katklopp/)
 * (@katklopp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/full-width-post-for-oxygen-theme-1/#post-4195369)
 * Nevermind I figured that out. Now I just need to figure out where and how to 
   change the #content id to 100%. Sorry, new at this!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Oxygen] Full Width Post for Oxygen Theme](https://wordpress.org/support/topic/full-width-post-for-oxygen-theme-1/)
 *  Thread Starter [@katklopp](https://wordpress.org/support/users/katklopp/)
 * (@katklopp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/full-width-post-for-oxygen-theme-1/#post-4195367)
 * Thanks [@roamingpro](https://wordpress.org/support/users/roamingpro/)
 * Here’s a dumb follow-up question. When creating my child theme, do I retain the
   author, author url, and theme url from the original oxygen theme?
 * Like this:
 * Theme URI: [http://alienwp.com/oxygen-child/](http://alienwp.com/oxygen-child/)
   
   Author: AlienWP Author URI: [http://alienwp.com](http://alienwp.com)

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