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

    (@bradvin)

    Hi

    The gallery can only be as wide as your page content / theme CSS allows.

    I had a look at your page, and your theme adds some padding which you could override on the gallery page by adding some custom CSS to your gallery. Try this:

    
    #primary {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    I hope that helps

    Thread Starter harryburns

    (@harryburns)

    Hi thanks that helped a bit but I need to widen it a bit further

    Thread Starter harryburns

    (@harryburns)

    Might be alright actually

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can i make my gallery wider’ is closed to new replies.