• faaager

    (@faaager)


    I have searched and tried different ways to get this to work, so sorry for yet another post about this.

    Im using Nextgen gallery on a webpage for a friend right now.
    Works perfect except that it wont go into more then 1 column. Looks like crap to be honest.

    Tried to change clear:both; to float:left;, tried to change width.
    But still cant get it to work.
    I’m using WP-creativix theme for this site.

    Please give me a hand on this one

    http://www.angoschakt.se/bilder

Viewing 1 replies (of 1 total)
  • I’m not sure if you still have this problem or not….but I also ran into the same issue and figured out the cause.

    In style.php (apart of WP-Creativix theme) this is causing the one column:

    .content div {
    display: block;
    clear:left;
    }

    Specifically the clear:left; remove or overwrite this and it will solve the problem.

Viewing 1 replies (of 1 total)
  • The topic ‘Nextgen columns’ is closed to new replies.