Title: Plugin: DivUp Content
Last modified: August 20, 2016

---

# Plugin: DivUp Content

 *  [annalouis](https://wordpress.org/support/users/annalouis/)
 * (@annalouis)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-divup-content/)
 * Hello
    I am a newbie to WP and I am currently using the twenty ten theme. I would
   like to create 5 columns on my homepage with 2 rows to feature 10 images. I have
   had a go with your plugin and seem to get 3 columns with 4 rows instead. I typed
   in the following into my css sheet:
 * }
    .divup { float:left; width:179px; margin-right:8px; } .mul-5 { margin-right:
   0; }
 * Please see my page: [http://www.kidsmoderndesign.co.uk/](http://www.kidsmoderndesign.co.uk/)
 * Could you kindly advise what I am doing wrong?
    Kind regards
 * [http://wordpress.org/extend/plugins/divup-content/](http://wordpress.org/extend/plugins/divup-content/)

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

 *  Thread Starter [annalouis](https://wordpress.org/support/users/annalouis/)
 * (@annalouis)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-divup-content/#post-2598323)
 * Ok I have now increased the width of my homepage to 1000px, but the first image
   is slightly higher than the other images, could you advise how I could lower 
   it?
    Many thanks
 *  Plugin Author [Themeover](https://wordpress.org/support/users/bastywebb/)
 * (@bastywebb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-divup-content/#post-2598334)
 * Hi,
 * I’m not sure why the top image is higher than the rest. Sometimes making images
   display block can fix oddities like this. So you would write:
 *     ```
       .divup .wp-caption img { display:block; }
       ```
   
 * If that doesn’t work it could be the margin and padding on the image and caption
   div. Trying setting it all to zero and then add margin/padding back in gradually,
   refreshing the page as you go to see what breaks it.
 * To reset the padding/margin try:
 *     ```
       .divup .wp-caption,
       .divup .wp-caption img
       { padding:0; margin: 0; display:block; }
       ```
   
 * I hope that helps!
 * Sebastian
 *  Thread Starter [annalouis](https://wordpress.org/support/users/annalouis/)
 * (@annalouis)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-divup-content/#post-2598348)
 * Hello the first code didn’t change a thing and when I tried the second code i.
   e. change the padding to 10. It changes all of the images except for the first
   one.
    Did I miss anything in the original code:
 * }
    .divup-wrap { overflow:hidden; } .divup { float:left; width:169px; margin-
   right:8px; } .mul-5 { margin-right:0; }
 * I tried creating a brand new page and it ignores the 1st image again.
 * Any other ideas?
    Many thanks Anna
 *  Plugin Author [Themeover](https://wordpress.org/support/users/bastywebb/)
 * (@bastywebb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-divup-content/#post-2598350)
 * No, the original code should just work.
 * I’m sorry to say I’m stumped as to what’s lifting that first image!
 *  Thread Starter [annalouis](https://wordpress.org/support/users/annalouis/)
 * (@annalouis)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-divup-content/#post-2598433)
 * if i place the [divup] in between every two images instead of every single image,
   then both images on the first column move up…strange… do you think its the twenty
   ten theme?
 *  Plugin Author [Themeover](https://wordpress.org/support/users/bastywebb/)
 * (@bastywebb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-divup-content/#post-2598475)
 * It will be something to do with a CSS rule defined somewhere in the parent theme’s
   stylesheet. But I couldn’t see what that was.
 *  Thread Starter [annalouis](https://wordpress.org/support/users/annalouis/)
 * (@annalouis)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-divup-content/#post-2598499)
 * Hello I have solved the mystery! The div up code i was entering into my page 
   was coming up in bold, i changed it to normal text and it now works! Many thanks
 *  Plugin Author [Themeover](https://wordpress.org/support/users/bastywebb/)
 * (@bastywebb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-divup-content/#post-2598506)
 * Glad to hear it!
 * Seb

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

The topic ‘Plugin: 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/)

 * 8 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/#post-2598506)
 * Status: not resolved