Title: [Plugin: NextGEN Gallery] Thumbnail rows?
Last modified: August 19, 2016

---

# [Plugin: NextGEN Gallery] Thumbnail rows?

 *  [Kjetil](https://wordpress.org/support/users/kjetilgf/)
 * (@kjetilgf)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/)
 * How can I make the thumbnails appear in rows above eachother instead of just 
   as one high column? Missed something?
    I’m sure this has been asked previously,
   but can’t find it. Thanks, Kjetil

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

 *  Thread Starter [Kjetil](https://wordpress.org/support/users/kjetilgf/)
 * (@kjetilgf)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/#post-870782)
 * Impossible? Hope not…!
    Kj
 *  [plzhelpme](https://wordpress.org/support/users/plzhelpme/)
 * (@plzhelpme)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/#post-870785)
 * No, this has happend before, this is an error in your CSS of your theme.
 * If you would test out that page with another theme, I’m sure it wouldn’t do that.
 * Hope that helps…
 *  Thread Starter [Kjetil](https://wordpress.org/support/users/kjetilgf/)
 * (@kjetilgf)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/#post-870802)
 * Thanks
    but this a live site with quite a lot traffic, so switching theme will
   take it down (lots of category templates etc). Any hint on where in the CSS I
   should start looking? Kj
 *  [Alex Rabe](https://wordpress.org/support/users/alexrabe/)
 * (@alexrabe)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/#post-870804)
 * Install firebug for firefox, it will help you to learn CSS very fast and easy…
 *  Thread Starter [Kjetil](https://wordpress.org/support/users/kjetilgf/)
 * (@kjetilgf)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/#post-870806)
 * Thanks Alex – also for the job you’re doing.
    I’ve set up some sites using css(
   and I know firebug), I just don’t know what to look for to make thumbnails show
   up side-by-side. Do I understand it correctly, that by default the thumbs should
   show up side by side? I’ve tried NGG in some sites using different themes ([like this](http://www.infocusfoto.it/fine-art/1nextgenalbum/toscana/))
   but with no nice results so far. Thanks
 *  [Alex Rabe](https://wordpress.org/support/users/alexrabe/)
 * (@alexrabe)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/#post-870807)
 * Switch to default theme for a test, and check for wp_head(); (See FAQ)
 *  [rndavis](https://wordpress.org/support/users/rndavis/)
 * (@rndavis)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/#post-870857)
 * I’m having the same problem. I don’t see wp_head(); anywhere. When I tried to
   add it, it gave me an error loading the page.
 * I also have firebug, and have looked over the CSS very closely, but really have
   no idea what I’m looking for either. Can you please tell us what causes the pics
   to be in a single column so we at least know what to look for? Thanks,
    Rusty
 *  [jbf](https://wordpress.org/support/users/jbf/)
 * (@jbf)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/#post-870861)
 * Okay, I fixed it based on Alex’s advice. Basically what he is saying is that 
   you need to have the wp_head php code in your header.php file (within the <head
   ></head>) in order for it to work properly.
 * Here is the code in case you need it:
 * `<?php wp_head(); ?>`
 *  Thread Starter [Kjetil](https://wordpress.org/support/users/kjetilgf/)
 * (@kjetilgf)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/#post-870867)
 * Now I GOT it!
    **There was no code missing, but i had to ACTIVATE a STYLE SHEET–
   under Gallery -> style** Obvious? Not to me. Thanks for your efforts though 🙂
 *  [mmphs](https://wordpress.org/support/users/mmphs/)
 * (@mmphs)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/#post-870889)
 * I have the same issue. I’ve got <?php wp_head(); ?> in my header.php. Also I’ve
   checked with default templates. Still, thumbnails are displaying vertically, 
   in a row. It worked fine when I checked two days ago. Now it’s messed up.
 *  [myfareast](https://wordpress.org/support/users/myfareast/)
 * (@myfareast)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/#post-870891)
 * I have the same problem as mmphs above. It worked also fine with me a few days
   ago. now the images are in one single row only, also after the update to Nextgen
   Gallery 1.02. [http://www.myfareast.net](http://www.myfareast.net/travel)
    Thanks
   a lot!
 *  [maxsim](https://wordpress.org/support/users/maxsim/)
 * (@maxsim)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/#post-870898)
 * It took 2 hours to find out…
 * It’s just like kjetilgf was saying:
 * Go to “Gallery/Style” and in the upper right corner mark the box “Activate and
   use style sheet”, choose a style sheet (Default Styles) and click on “Activate”.
 * Also make sure to remove all changes you made in the nggallery.css (bring back
   the original)…
 * This works for me and i’m happy that i don’t need to learn css now *ironic*
 * Activate one of the special styles, ok. But it isn’t obvious to manually activate
   the default style.
 * Hope that helped 😉
 *  [metsis](https://wordpress.org/support/users/metsis/)
 * (@metsis)
 * [17 years ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/#post-870929)
 * Check your file permissions, especially those of the CSS-files. That was my problem,
   I didn’t have “execute” for .css. Works like a charm now. And thanks for the 
   great software.
 *  [shadowworker](https://wordpress.org/support/users/shadowworker/)
 * (@shadowworker)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/#post-870935)
 * Ok, I am building my first WP site and still have a lot to learn. This plugin
   is perfect for my needs, thank you Alex!
 * I am having the problem of my gallery showing up as one column instead of horizontal
   and my style is not showing up. Like problem #2 for [bennuloglu](http://wordpress.org/support/topic/284679).
 * For MaXsiM’s fix, when I go to Gallery, then style, I have no box to activate
   in the upper right corner. It tells me “Your theme contain a NextGEN Gallery 
   stylesheet (nggallery.css), this file will be used”
 * I get what has been said about file permission and I’ve read through the codex
   on [Changing File Permissions](http://codex.wordpress.org/Changing_File_Permissions)
   but am confused.
 * I can’t find and “execute” option when I right click on a php or css file. WP
   version 2.8 and currently I am self hosting while building the site.
 * Can anybody help?

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

The topic ‘[Plugin: NextGEN Gallery] Thumbnail rows?’ is closed to new replies.

## Tags

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

 * 14 replies
 * 10 participants
 * Last reply from: [shadowworker](https://wordpress.org/support/users/shadowworker/)
 * Last activity: [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-thumbnail-rows/#post-870935)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
