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
1 Answer
Reset to default 0Found 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,