• Resolved omarperez999

    (@omarperez999)


    Hello — is there a CSS line where I can make the spacing for a responsive image gallery greater than 25px? That seems to be the max allowed.

    Thank you!

    Op

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bradvin

    (@bradvin)

    hi @omarperez999

    You can add a spacing of 50px by adding the following custom CSS:

    
    .fg-default {
    	padding-left: 50px;
    	margin-bottom: -50px;
    }
    .fg-default .fg-item {
    	margin-right: 50px;
    	margin-bottom: 50px;
    }
    
    Thread Starter omarperez999

    (@omarperez999)

    Thank you, Brad. A belated one at that! It worked.

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

The topic ‘Custom thumbnail spacing’ is closed to new replies.