-
AuthorPosts
-
November 11th, 2021 at 00:05 #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
November 13th, 2021 at 12:11 #123634Anybody out there? ๐
December 18th, 2021 at 22:35 #124586ZedCryout Creations mastermindHi,
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.April 11th, 2022 at 20:24 #128467So, 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
April 27th, 2022 at 23:45 #129006ZedCryout Creations mastermindThe 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.April 28th, 2022 at 09:28 #129024Dear Sir Zed,
it did the job ๐ Thanks a lot! Have a great day!
Best Thomas
-
AuthorPosts
The topic ‘Podcast Player gets slimmed down on Landing Page’ is closed to new replies.