Title: column width
Last modified: August 31, 2016

---

# column width

 *  [axamith](https://wordpress.org/support/users/axamith/)
 * (@axamith)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/column-width-31/)
 * Hi, I use the theme Sela. As a page template using the [default settings](http://vcelarstvihavelka.cz/default_setting/),
   the main content and the right column (space for widgets). The main content is
   cropped from the left side, obviously there is room for annotations, type of 
   insertion etc. I need to main content extend to the whole party while retaining
   the right column with Widgets. There is a possibility template settings on the
   [Front Page](http://vcelarstvihavelka.cz/front-page-setting/), the text is on
   the whole width of the page,
    but do not see right column. How to solve this?
   Thank you for your advice. Axamith

Viewing 1 replies (of 1 total)

 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/column-width-31/#post-7395240)
 * Hi [@axamith](https://wordpress.org/support/users/axamith/)!
 * You could reduce the amount of spacing on the left with some custom CSS
 * To add custom CSS, firstly [set up a child theme](https://codex.wordpress.org/Child_Themes)
   or [activate a custom CSS plugin](https://wordpress.org/plugins/search.php?q=custom+css).
 * Enter the following snippet in either the editor for your CSS plugin or the style.
   css file of your child theme:
 *     ```
       @media screen and (min-width: 1180px) {
       .page-template-default .content-wrapper {
           padding-left: 55px;
       }
   
       . page-template-default .content-area {
           float: left;
           width: 765px;
       }
       }
       ```
   
 * Let me know if that’s helpful or if any extra questions come up. 🙂

Viewing 1 replies (of 1 total)

The topic ‘column width’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/column-width-31/#post-7395240)
 * Status: not resolved