Title: [Plugin: DivUp Content] Divup Content
Last modified: August 20, 2016

---

# [Plugin: DivUp Content] Divup Content

 *  [annalouis](https://wordpress.org/support/users/annalouis/)
 * (@annalouis)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-divup-content-divup-content/)
 * Hello
 * I am successfully using a 5 column divup content for some of my pages on my site,
   but I would also like to use it to create a 3 column layout for some other pages.
 * If I enter a 3 column layout code in my css, how do I differentiate it for different
   pages? As it just picks up the 5 column style. (Please note I have only put the
   code [divup] inbetween my content.
    Kind regards
 * [http://wordpress.org/extend/plugins/divup-content/](http://wordpress.org/extend/plugins/divup-content/)

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

 *  Plugin Author [Themeover](https://wordpress.org/support/users/bastywebb/)
 * (@bastywebb)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-divup-content-divup-content/#post-2604860)
 * Hey,
 * The divwrap div that wraps all the divup divs should have an id which relates
   the the post or page. If my memory serves me correctly, is should be something
   like ‘divwrap-289’.
 * In which case, you target the page where you want 3 columns with:
 *     ```
       #divwrap-289 .divup { width:30%; margin-right:5%; }
       #divwrap-289 .mul-3 { margin-right:0; }
       ```
   
 * Cheers,
 * Sebastian
 *  Thread Starter [annalouis](https://wordpress.org/support/users/annalouis/)
 * (@annalouis)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-divup-content-divup-content/#post-2604947)
 * Hi Sebastian
 * Thanks for your response. Ok my page still reverts to the 5 column I have set
   up for other pages. This is the page:[http://www.kidsmoderndesign.co.uk/eames-div/](http://www.kidsmoderndesign.co.uk/eames-div/)
 * What I would really like is the first column a width of 400 px and then 2 x column
   widths of 179px-but I am not sure how to do this?
 * This is what I have in my css sheet, could you please advise what do you think
   I am doing wrong? Many thanks
 * _[CSS moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   Please just post a link to your site.]_
 *  Plugin Author [Themeover](https://wordpress.org/support/users/bastywebb/)
 * (@bastywebb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-divup-content-divup-content/#post-2604951)
 * Hi,
 * I was remembering the markup wrong. You target the divups on your specific page
   using:
 *     ```
       #divup-post-2193 .divup { width:179px; }
       #divup-post-2193 .div-1 { width:400px; }
       ```
   
 * Cheers,
 * Sebastian

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

The topic ‘[Plugin: DivUp Content] Divup Content’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/divup-content.svg)
 * [DivUp Content](https://wordpress.org/plugins/divup-content/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/divup-content/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/divup-content/)
 * [Active Topics](https://wordpress.org/support/plugin/divup-content/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/divup-content/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/divup-content/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Themeover](https://wordpress.org/support/users/bastywebb/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-divup-content-divup-content/#post-2604951)
 * Status: not resolved