Title: How to decrease left margin of a showcase template page
Last modified: August 20, 2016

---

# How to decrease left margin of a showcase template page

 *  [kubegusa](https://wordpress.org/support/users/kubegusa/)
 * (@kubegusa)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-decrease-left-margin-of-a-showcase-template-page/)
 * I have a Twenty Eleven Child
 * I want to decrease the left margin of a showcase template page
    [http://doederij.be/?page_id=28](http://doederij.be/?page_id=28)
 * I tried this suggestion [http://wordpress.org/support/topic/twentyeleven-showcase-decrease-left-margin-of-featured-post?replies=9](http://wordpress.org/support/topic/twentyeleven-showcase-decrease-left-margin-of-featured-post?replies=9)
 * but it didn’t work because I’m unsure which entry to modify in the CSS
 * Can someone tell me which item to change in the CSS?
 * Many thanks.

Viewing 1 replies (of 1 total)

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-decrease-left-margin-of-a-showcase-template-page/#post-3172448)
 * You should create a [Child](http://codex.wordpress.org/Child_Themes) theme to
   make your changes. If you do not, all of your changes will be lost if you update
   your theme.
 * Try adding this to the end of your child theme’s style.css:
 *     ```
       .page-template-showcase-php section.recent-posts {
           float: none;
           margin: 0;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘How to decrease left margin of a showcase template page’ is closed to
new replies.

## Tags

 * [left margin](https://wordpress.org/support/topic-tag/left-margin/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-decrease-left-margin-of-a-showcase-template-page/#post-3172448)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
