• Resolved davcza

    (@davcza)


    Hello.

    I would like to reduce space below gallery on my WP page. How can I do it, please?

    .bwg_container{
    
        min-height:unset;
        height: auto;
    
    }

    doesn’t help 🙁

    Best regards.

    David K.

    • This topic was modified 7 years, 8 months ago by davcza.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi David!

    Please use the following CSS code to reduce the space below galleries:

    .tablenav-pages_0,
    .tablenav-pages_1,
    .tablenav-pages_2 {
        height: auto !important;
    }

    Make sure to clear the cache of your web browser before checking the changes. Let us know if the code does what you need.

    Thanks! Have a great day!

    Thread Starter davcza

    (@davcza)

    Hello.

    Great! It works! Of courese number of rows with “.tablenav-pages_#” depends on numbers of galleries on the page 🙂

    Thank you very much.

    Have a nice day!

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    You are most welcome!
    That’s absolutely correct, the IDs are unique, so they depend on how many galleries you have on the same page.

    You have a wonderful day too!

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

The topic ‘too much space below gallery’ is closed to new replies.