WP audio playlist width

admin2025-06-06  7

How can I adjust the width on the WP audio playlist if I'm using the following:

[wpse_playlist tracknumbers="false" images="false" artist="false"]
   [wpse_trac title="Track1'" src="www.mypage/audio/track1.mp3]
   [wpse_trac title="Track2'" src="www.mypage/audio/track2.mp3]
   [wpse_trac title="Track3'" src="www.mypage/audio/track3.mp3]
[/wpse_playlist]

How can I adjust the width on the WP audio playlist if I'm using the following:

[wpse_playlist tracknumbers="false" images="false" artist="false"]
   [wpse_trac title="Track1'" src="www.mypage/audio/track1.mp3]
   [wpse_trac title="Track2'" src="www.mypage/audio/track2.mp3]
   [wpse_trac title="Track3'" src="www.mypage/audio/track3.mp3]
[/wpse_playlist]
Share Improve this question edited Nov 14, 2018 at 21:58 Nisse Engström 1151 silver badge2 bronze badges asked Nov 14, 2018 at 20:40 MrinjMrinj 1 0
Add a comment  | 

1 Answer 1

Reset to default 0

Found a solution:

    <div style="float:left;width:50%;">
    <div style="padding-right:10px;">

    [playlist images="false" artists="false" ids="639,640,641"]
    </div></div>

    <div style="float:right;width:50%;">
    <div style="padding-left:10px;">

    [playlist images="false" artists="false" ids="639,640,641"]
    </div></div>

    <div style="clear: both;"></div> 

Best,

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749180044a317032.html

最新回复(0)