• Resolved elecoffre

    (@elecoffre)


    Hi,

    I saw on the settings that we can modify the number of element per row (3 currently, which is fine for me), but how could I make each of my column wider (= reduce the padding from left and right of the grid) ?

    Any idea are welcomed ??

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    Kindly try adding the following CSS code under “Appearance => Customize => Additional CSS” menu from your WordPress Admin Dashboard,

    .aiovg {
        width: 100%;
        max-width: 1024px !important;
    }

    Hope this solved your issue!

    Thread Starter elecoffre

    (@elecoffre)

    perfect, thx again ! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘is it possible to make columns wider ?’ is closed to new replies.