Title: Help Styling two column wordpress template
Last modified: August 19, 2016

---

# Help Styling two column wordpress template

 *  [fezzicnex](https://wordpress.org/support/users/fezzicnex/)
 * (@fezzicnex)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/help-styling-two-column-wordpress-template/)
 * Hi, im new here but i need some help. I’m using a template for WordPress called‘
   Thematic’ with a child theme called ‘Gallery’ and i’m trying to incorporate IntenseDebate
   into my portfolio in a very specific way.
 * [See this image](http://www.thomasscibilia.com/wp-content/uploads/2009/10/IMG.jpg)
   for what im trying to do and please check out [this page](http://www.thomasscibilia.com/2009/09/art-vs-design/)
   for an example.
 * This is a sample of parts of the css i’m using currently. Essentially i’m trying
   to have a 940px wide main container in which the article text has a left margin
   of 550px so i can fit the article image (500x375px) to the left of the text. 
   My problem is when i try to have the Intense Debate div sit directly under the
   main image (it always seems to begin after the article text). I want the text
   to continue down the page if necessary (in most case it will be).
 *     ```
       /* CONTENT WRAPPER*/
       #content{
         width: 940px;
         margin: 0;
         float: none;
         padding-top: 0
       }
       /* ARTICLE*/
       .entry-content{
         display: inline;
         float: left;
         margin: 20px 0 0 550px;
         width: 385px
       }
       /* IMG WRAPPER*/
       .artwork-container{
         float: left;
         margin-left: -935px
       }
       /* IMG*/
       .entry-artwork{
         background-color: #191919;
         border: 1px solid #333;
         -moz-border-radius: 3px;
         border-radius: 3px;
         -webkit-border-radius: 3px;
         padding: 10px
       }
       /* INTENSEDEBATE COMMENT WRAPPER*/
       #idc-container-parent #idc-container {
         float: left;
         margin-left: -935px
         padding: 0 0 18px;
         width: 520px;
       }
       ```
   
 * Please help!

Viewing 1 replies (of 1 total)

 *  Thread Starter [fezzicnex](https://wordpress.org/support/users/fezzicnex/)
 * (@fezzicnex)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/help-styling-two-column-wordpress-template/#post-1237554)
 * Still not resolved. Does anyone have some insight?

Viewing 1 replies (of 1 total)

The topic ‘Help Styling two column wordpress template’ is closed to new replies.

## Tags

 * [2-column](https://wordpress.org/support/topic-tag/2-column/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [gallery](https://wordpress.org/support/topic-tag/gallery/)
 * [styling](https://wordpress.org/support/topic-tag/styling/)
 * [thematic](https://wordpress.org/support/topic-tag/thematic/)

 * 1 reply
 * 1 participant
 * Last reply from: [fezzicnex](https://wordpress.org/support/users/fezzicnex/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/help-styling-two-column-wordpress-template/#post-1237554)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
