Title: fixed width / non-adjust
Last modified: August 22, 2016

---

# fixed width / non-adjust

 *  Resolved [emilybowie](https://wordpress.org/support/users/emilybowie/)
 * (@emilybowie)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/fixed-width-non-adjust/)
 * I want my webpage to be a fixed width, and I don’t want all of the content to
   adjust every time the window is resized, it makes the pictures and content move
   out of place and look awful.

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

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/fixed-width-non-adjust/#post-5705511)
 * Hey,
    This is a responsive theme. You can’t set a fixed width with this. It will
   always realign to fix on the screen it’s viewed on. You can see it in the demo
   here: [http://themes.kadencethemes.com/virtue/](http://themes.kadencethemes.com/virtue/)
 * If you post a link to your site I might be able to give you some help in setting
   up your content for a mobile friendly site.
 * Kadence Themes
 *  Thread Starter [emilybowie](https://wordpress.org/support/users/emilybowie/)
 * (@emilybowie)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/fixed-width-non-adjust/#post-5705615)
 * paglci.org
 * I want the three pictures underneath the slider to NOT be in the slider, but 
   I’m frustrated by how they don’t respond the way the slider does. Do you have
   a suggestion for how I can fix this?
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/fixed-width-non-adjust/#post-5705620)
 * add this in your custom css box in the theme options > advanced settings:
 *     ```
       .homecontent a {
       display: block;
       float: left;
       width: 33.33%;
       padding: 0 10px;
       }
       ```
   
 * Tell me if that is what you were thinking.
 * Kadence Themes
 *  Thread Starter [emilybowie](https://wordpress.org/support/users/emilybowie/)
 * (@emilybowie)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/fixed-width-non-adjust/#post-5705630)
 * Yes! Thank you very much.
 * If I come across this problem on a page is there a way to customize the CSS to
   include that?
 * Emily
 *  Thread Starter [emilybowie](https://wordpress.org/support/users/emilybowie/)
 * (@emilybowie)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/fixed-width-non-adjust/#post-5705633)
 * [http://www.paglci.org/?page_id=6](http://www.paglci.org/?page_id=6)
 * On this page there are two lines taking up space underneath the header, I’d like
   to get rid of these (the title is supposed to be between them) so that the search
   bar on the right is up against the header.
 *  Thread Starter [emilybowie](https://wordpress.org/support/users/emilybowie/)
 * (@emilybowie)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/fixed-width-non-adjust/#post-5705634)
 * oops, wrong window sorry!
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/fixed-width-non-adjust/#post-5705638)
 * You can just surround your images in a div with this style. like this:
 *     ```
       <div style="width:33.33%; padding:0 10px; float: left;">
       // Image goes here
       </div>
       ```
   
 * Kadence Themes

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

The topic ‘fixed width / non-adjust’ is closed to new replies.

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

## Tags

 * [fixed width](https://wordpress.org/support/topic-tag/fixed-width/)
 * [resize](https://wordpress.org/support/topic-tag/resize/)

 * 7 replies
 * 2 participants
 * Last reply from: [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/fixed-width-non-adjust/#post-5705638)
 * Status: resolved