Title: post title background
Last modified: August 19, 2016

---

# post title background

 *  Resolved [fostinwd](https://wordpress.org/support/users/fostinwd/)
 * (@fostinwd)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/post-title-background-1/)
 * I’m trying to customize a theme and I need an element to appear “outside” of 
   the sheet so I can put the date on it.. unfortunately the element is somehow “
   cut” by the border and it disapears…
 * what should I do?
 * this is what I need: [CLICK HERE](http://i852.photobucket.com/albums/ab87/fostin7/whatdoido.jpg)
 * and this is the theme: [CLICK HERE](http://elitethemes.net/demo3/?preview_theme=terracota)

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

 *  [Joseph](https://wordpress.org/support/users/jpe24524/)
 * (@jpe24524)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/post-title-background-1/#post-1743551)
 * You need to remove `overflow: hidden;` from `.art-contentLayout .art-content {...}`
   in style.css line 1344.
 *  [Jeremy Pry](https://wordpress.org/support/users/jpry/)
 * (@jpry)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/post-title-background-1/#post-1743552)
 * Beginning at line 1344 of your style.css, you have this:
 *     ```
       .art-contentLayout .art-content
       {
           position: relative;
           margin: 0;
           padding: 0;
           border: 0;
           float: left;
           overflow: hidden;
           width: 616px;
       }
       ```
   
 * Either delete the `overflow: hidden` property, or change it to something like`
   overflow: visible`.
 *  [Jeremy Pry](https://wordpress.org/support/users/jpry/)
 * (@jpry)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/post-title-background-1/#post-1743554)
 * Sorry, I was still typing mine and didn’t see Joseph’s response until after I
   posted. Same info, though!
 *  Thread Starter [fostinwd](https://wordpress.org/support/users/fostinwd/)
 * (@fostinwd)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/post-title-background-1/#post-1743560)
 * great!! thanks for your help guys..

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

The topic ‘post title background’ is closed to new replies.

## Tags

 * [post title](https://wordpress.org/support/topic-tag/post-title/)

 * 4 replies
 * 3 participants
 * Last reply from: [fostinwd](https://wordpress.org/support/users/fostinwd/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/post-title-background-1/#post-1743560)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
