How to embed Bandcamp albums in rows and columns on a page

  • Unknown's avatar

    Hello,
    I’m trying to embed albums from bandcamp on to a page, I’d like to arrange them into a grid but regardless of size of the embed each album posts on the next line instead of in a row, please let me know if there is a way to get them into rows and columns on a page.

    I’m using the Premium Soundcheck theme and have the Custom Design Upgrade.

    Thank you,
    Erik

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Erik,

    The embedded bandcamp albums appear in iframes, and those iframes are set to take up the entire line they are on. However, you can use custom CSS to override that iframe style.

    To add custom CSS, go to Appearance > Customize in your dashboard and select CSS from the Customize tools. In the CSS editor, you can enter the following CSS:

    iframe {
    display: inline !important;
    }

    This should allow multiple albums to sit on the same line on a page. Please let me know how that works for you! :)

  • Unknown's avatar

    That worked perfectly, thank you so much for the help and the quick response.

    Cheers!
    Erik

  • The topic ‘How to embed Bandcamp albums in rows and columns on a page’ is closed to new replies.