Podcast Player gets slimmed down on Landing Page

Forums ยป WordPress ยป Esotera ยป Bugs

  • Author
    Posts
  • #123544

    As you can see on this Landing Page the player of podcast-plugin gets slimmed down to its minimal size of 290 pixels. It could get about 900 pixels wide which I would love to have. I checked the code of the podcast plugin and it says <root data-test="player--xl" style="max-width:950px;min-width:260px;">.

    So this player is embedded in a page which is pout via the landing page builder of the theme on the landing page. I was looking where to say how much pixels it is supposed to have, but didn’t find anything.

    Also the Newsletter subscription form below is wider. Any idea what I need to do so that the podcast plugin can show its player in a bigger size?

    Thanks for the great theme! ๐Ÿ™‚

    Website: www.metaverse-podcast.de

    #123634

    Anybody out there? ๐Ÿ™‚

    #124586
    Zed
    Cryout Creations mastermind

    Hi,

    The iframe embedding the player has a fixed width of 310px. This is not applied by the theme’s styling.

    Try using the following CSS and check if the widget gives itself a different width:
    #lp-text-one .lp-text-card { width: 100%; }


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #128467

    So, thank you for the try. ๐Ÿ™‚

    I put the CSS in the custom CSS part of the theme but it didn’t change anything.
    It also looks the overall container is way to slim for all the parts of the landing page.
    Is there a way to widen that in general when being in mobile?

    Best Thomas

    #129006
    Zed
    Cryout Creations mastermind

    The podcast is placed in the second text area, so the CSS should be different:
    #lp-text-two .lp-text-card { width: 100%; max-width: 100%; }

    Did you swap the text areas in the meantime or did I fail to notice this the first time around?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #129024

    Dear Sir Zed,

    it did the job ๐Ÿ™‚ Thanks a lot! Have a great day!

    Best Thomas

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Podcast Player gets slimmed down on Landing Page’ is closed to new replies.