• timo.koerner

    (@timokoernerfernuni-hagende)


    I am using the Gallery BestWebsoft here and have Problem with the picture distances (gap between 2 pictures horizontal) when there are 3 pics per row. As soon as 4 pics are in a row, distances are ok. Seems that distance calc. in javascript does not work probably. Any help?

Viewing 1 replies (of 1 total)
  • Thread Starter timo.koerner

    (@timokoernerfernuni-hagende)

    Any ideas why there are different gaps?

    I use this code as style:

    .blub{
    		display:block; /* border to separate imgs*/
    
    		margin-bottom:10px;
    
    		position:relative; /* border only around image, not text*/
    
    	}
    
    	.blub img{
    	width: 100%; /* border fits in neatly */
    
    	}

    Should I post the while loop of the template ?

Viewing 1 replies (of 1 total)
  • The topic ‘Gallery Bestwebsoft column space’ is closed to new replies.