Title: Row Height
Last modified: August 20, 2016

---

# Row Height

 *  Resolved [greendolphin](https://wordpress.org/support/users/greendolphin/)
 * (@greendolphin)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/row-height/)
 * I am trying to fit as many images onto the top of the page without having having
   to scroll down. Therefore I would like to minimize the amount of space between
   the rows. I have tried setting the row height to 150px but it keeps getting overridden
   somehow. Is there a way to set the row height property of the .catablog-row using
   css?
 * [http://wordpress.org/extend/plugins/catablog/](http://wordpress.org/extend/plugins/catablog/)

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

 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/row-height/#post-3134735)
 * Hello greendolphin, thank you for your question. Could you post here your link
   so that I can check? It will allow me to check which code needs to be edited.
 * Kind regards
 *  Plugin Author [macguru2000](https://wordpress.org/support/users/macguru2000/)
 * (@macguru2000)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/row-height/#post-3134894)
 * Here is the CSS to remove the margin from each image, you cannot make the catablog-
   row shorter because it is the height of the image.
 *     ```
       body html .catablog-row,
       body html .catablog-row.catablog-gallery {
           margin: 0px;
       }
       ```
   
 * If you want to reduce the height of the actual thumbnails use the CataBlog options
   thumbnail height setting. Good luck.
 *  [skofield](https://wordpress.org/support/users/skofield/)
 * (@skofield)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/row-height/#post-3134906)
 * Hi,
 * my height of the thumbnails is 210 but I would like to have the row about 250px
   high, so that there is more space inbetween the rows. Can you tell me how I can
   do that?
 * Thanks
    Bernd
 *  [skofield](https://wordpress.org/support/users/skofield/)
 * (@skofield)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/row-height/#post-3134907)
 * Here is the page I’m refering to: [http://www.berndschmidl.com/gradisnik/?page_id=17](http://www.berndschmidl.com/gradisnik/?page_id=17)
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/row-height/#post-3134908)
 * [@skofield](https://wordpress.org/support/users/skofield/) have a look at this
   [link](http://mbrsolution.com/blogging/troubleshooting-catablog.php).
 * I hope this helps you.
 * Kind regards
 *  [skofield](https://wordpress.org/support/users/skofield/)
 * (@skofield)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/row-height/#post-3134909)
 * Sorry, maybe there was a misunderstanding. 1. I’m totally happy with the size
   of my thumbnails. 2. I don’t wanna change anything in the lightbox. I just need
   more space between the rows. Because at the moment, when the title of the pic
   gets too long, the picture underneath doesn’t have enough space.
 *  [skofield](https://wordpress.org/support/users/skofield/)
 * (@skofield)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/row-height/#post-3134910)
 * Link also changed: [http://gradis.lupus.uberspace.de/?page_id=17](http://gradis.lupus.uberspace.de/?page_id=17)
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/row-height/#post-3134911)
 * Hello skofield, you can change the following but you will also need to adjust
   your text…
 *     ```
       .catablog-images-column {
           width: 290px;
       }
       ```
   
 * Or you can create a custom multiple columns, [click ](http://catablog.illproductions.com/2012/02/multiple-column-tutorial/)
   on this link to check the options.
 * I hope this helps you.
 * Kind regards
 *  [skofield](https://wordpress.org/support/users/skofield/)
 * (@skofield)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/row-height/#post-3134912)
 * It’s still not what I exactly want but thank you. It should work.
 *  Plugin Author [macguru2000](https://wordpress.org/support/users/macguru2000/)
 * (@macguru2000)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/row-height/#post-3134913)
 * try adding some extra margin or padding to the bottom of the .catablog-row css
   class. Something like this:
 *     ```
       html body .catablog-row {
           margin-bottom: 20px;
       }
       ```
   
 * or
 *     ```
       html body .catablog-row {
           padding-bottom: 20px;
       }
       ```
   

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

The topic ‘Row Height’ is closed to new replies.

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

 * 10 replies
 * 4 participants
 * Last reply from: [macguru2000](https://wordpress.org/support/users/macguru2000/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/row-height/#post-3134913)
 * Status: resolved