• Hello all! Hope you can help me as I’ve run out of ideas. I’ve included some audio files in one of my posts. It’s the first time I do this.

    Thing is that even when I allign them to the center they go full width.

    Any ideas?

    TIA

Viewing 4 replies - 1 through 4 (of 4 total)
  • A link to the page would be interesting so that you can take a look. Probably it is related to styles from your theme. But you can only guess without seeing it.

    Thread Starter matsalo

    (@matsalo)

    Oops, you’re right. I’m using OceanWP

    ventureoutspanish.com/argentinian-accent

    Thanks

    A quick solution could be this CSS code:

    .wp-block-audio {
     max-width: 700px;
     margin: 0 auto 1em;
    }

    You would have to enter it under Appeareance > Customizer > Additional CSS. The actual solution should come from OceanWP though, so I would recommend you to ask the question in their support forum: https://wordpress.org/support/theme/oceanwp/

    Thread Starter matsalo

    (@matsalo)

    Thanks for your suggestion! Will check in the forum and apply your fix if there’s no plan b

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Audio Block goes Full width’ is closed to new replies.