Title: NFSW CSS Problem
Last modified: August 21, 2016

---

# NFSW CSS Problem

 *  [user256](https://wordpress.org/support/users/user256/)
 * (@user256)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/nfsw-css-problem/)
 * I’m trying to build an adult website using twentythirteen ([link here [NSFW]](http://rampantrabbit.org/))
   modelled after another one i build in twentytwelve ([link here [NSFW]](http://rampantrabbitvibratos.co.uk/))
   however i’m running into some problems.
 * Firstly the excerpt is indented, less than a third of the entry area and even
   when i correct this using an absolute width the buy now and learn more boxes 
   cover the title of the article below.
 * can anyone offer any assistance?

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

 *  [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/nfsw-css-problem/#post-4346107)
 * Add this to your custom CSS
 *     ```
       .entry-summary {
           padding: 8px !important;
       }
       ```
   
 *  Thread Starter [user256](https://wordpress.org/support/users/user256/)
 * (@user256)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/nfsw-css-problem/#post-4346116)
 * Thank you so much i spent ages trying to fix that!!
 * Don’t suppose you have any idea how to stop the custom fields overlaying the 
   next title!
 *  [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/nfsw-css-problem/#post-4346120)
 * What custom fields?
 *  Thread Starter [user256](https://wordpress.org/support/users/user256/)
 * (@user256)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/nfsw-css-problem/#post-4346132)
 * the buy now and learn more links below the excerpt are populated ising advanced
   custom fields
 *  [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/nfsw-css-problem/#post-4346134)
 * You’ve added height to posts `#posts {height: 450px;}`
    This forces posts with
   longer content to overflow to the one below. Remove the height. If you want you
   can add a min-height instead.
 *  Thread Starter [user256](https://wordpress.org/support/users/user256/)
 * (@user256)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/nfsw-css-problem/#post-4346175)
 * Thank you so much for that couldn’t see it for looking at it!
 * out of curiosity why is the `!important;` required?
 *  [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/nfsw-css-problem/#post-4346179)
 * > out of curiosity why is the !important; required?
 * You mean here?
 *     ```
       .entry-summary {padding: 8px !important;}
       ```
   
 * Just in case padding for entry-summary is already declared somewhere, adding !
   important will make sure our own declaration is followed.
 * You can also make the css target more specific than the other declarations so
   you wouldn’t have to add an !important
 *     ```
       .content article .entry-summary {padding: 8px;}
       ```
   
 * Tip: just in case you aren’t already using it, try to install firebug. It’ll 
   make website customization a lot easier and faster.

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

The topic ‘NFSW CSS Problem’ is closed to new replies.

## Tags

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

 * 7 replies
 * 2 participants
 * Last reply from: [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/nfsw-css-problem/#post-4346179)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
