• Resolved twestermann

    (@twestermann)


    Hi,
    A great plugin!
    And it could be even better, if we could have the entire album thumnail “section” centered underneath the album titles.
    Me and my friendly ChatGPT bot, have made a css script that does this, but because the ID is dynamic? then it only works till next refresh ??

    #videoGallery-26fcc040-6 {
    margin: 0 auto; /* Center horizontally /
    display: block; / Ensure it’s a block-level element */
    }

    Can this be fixed in the plugin?

    Kind Regards
    Tom

Viewing 1 replies (of 1 total)
  • Plugin Author Charles Cormier

    (@charlescormier)

    Hi @twestermann,

    Use class instead of ID

    .wp-block-vgb-video-gallery .videoGallery{
    margin: 0 auto; /* Center horizontally /
    display: block; /* Ensure it’s a block-level element */
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Center the albums (horizontally)’ is closed to new replies.