Title: three columns&#8230;is possible ?
Last modified: August 21, 2016

---

# three columns…is possible ?

 *  Resolved [Idrev](https://wordpress.org/support/users/socialmediasitaliacom/)
 * (@socialmediasitaliacom)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/three-columnsis-possible/)
 * how I can insert three columns? I have tried to modify the rows skeleton.css
 * `.container .four.columns { width: 220px; }`
 * `.container .four.columns { width: 300px; }`
 * but it always remains in two columns.

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

 *  [dharmapoudel](https://wordpress.org/support/users/dharmapoudel/)
 * (@dharmapoudel)
 * [13 years ago](https://wordpress.org/support/topic/three-columnsis-possible/#post-3917729)
 * Do not try modifying the width on skeleton.css.
    Instead go to the loop.php file
   on your theme directory and change this line
 *     ```
       <article id="post-<?php the_ID(); ?>" class="post columns four <?php echo sampression_cat_slug(); ?> <?php if ( is_sticky() && is_home() ) { echo 'sticky corner-stamp'; } else { echo 'item'; } ?> ">
       ```
   
 * to
 *     ```
       <article id="post-<?php the_ID(); ?>" class="post column one-third <?php echo sampression_cat_slug(); ?> <?php if ( is_sticky() && is_home() ) { echo 'sticky corner-stamp'; } else { echo 'item'; } ?> ">
       ```
   
 * Hope this helps.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years ago](https://wordpress.org/support/topic/three-columnsis-possible/#post-3917730)
 * What’s the point of modifying the theme’s files like that when those modifications
   will just be erased when the theme updates?
 *  [dharmapoudel](https://wordpress.org/support/users/dharmapoudel/)
 * (@dharmapoudel)
 * [13 years ago](https://wordpress.org/support/topic/three-columnsis-possible/#post-3917731)
 * Hi Andrew Nevins,
    If you are worried about that just make a child theme and 
   make modifications. Check this [link ](http://codex.wordpress.org/Child_Themes)
   to know about child themes on wordpress.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years ago](https://wordpress.org/support/topic/three-columnsis-possible/#post-3917732)
 * **[@dharmapoudel](https://wordpress.org/support/users/dharmapoudel/)** – LOL –
   he certainly knows about child themes – the point is that you were advising someone
   to modify theme files without using a Child Theme. That’s not really helpful.
   If you want to help out that’s great – but help the OP to make changes in a way
   that won’t be lost when the theme is updated – explain how to use a Child Theme.
 *  [idrev](https://wordpress.org/support/users/idrev/)
 * (@idrev)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/three-columnsis-possible/#post-3917764)
 * two columns is it possible?
 * `<article id="post-<?php the_ID(); ?>" class="post columns one-second <?php echo
   sampression_cat_slug(); ?> <?php if ( is_sticky() && is_home() ) { echo 'sticky
   corner-stamp'; } else { echo 'item'; } ?> ">`
 * does not work
 *  [idrev](https://wordpress.org/support/users/idrev/)
 * (@idrev)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/three-columnsis-possible/#post-3917765)
 * I was able to transform into two columns, changing skeleton.css. The problem 
   now is that the images on the home are blurred.
 * `.container .four.columns { width: 460px; }`
 *  [idrev](https://wordpress.org/support/users/idrev/)
 * (@idrev)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/three-columnsis-possible/#post-3917766)
 * I was able to transform into two columns, changing
 * `<article id="post-<?php the_ID(); ?>" class="post columns eight <?php echo sampression_cat_slug();?
   > <?php if ( is_sticky() && is_home() ) { echo 'sticky corner-stamp'; } else {
   echo 'item'; } ?> ">`
 * but the photos are always blurry. 700×400 px

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

The topic ‘three columns…is possible ?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sampression-lite/2.3/screenshot.
   png)
 * Sampression Lite
 * [Support Threads](https://wordpress.org/support/theme/sampression-lite/)
 * [Active Topics](https://wordpress.org/support/theme/sampression-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sampression-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sampression-lite/reviews/)

 * 7 replies
 * 5 participants
 * Last reply from: [idrev](https://wordpress.org/support/users/idrev/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/three-columnsis-possible/#post-3917766)
 * Status: resolved