I embedded a spotify playlist to the footer of my website.

I embedded a spotify playlist to the footer of my website.

therewearaffair
Tourist
23 0 2

Hello! I embedded a spotify code to the footer of my website. The size looks great on desktop but is very small on mobile to the point that you are unable to see what is playing. I've included screenshots. How can this be fixed? Thank you!

Screenshot 2023-11-27 at 9.16.28 PM.png

Screenshot 2023-11-27 at 9.13.56 PM.png

Replies 3 (3)

xtrend
Explorer
70 25 8

can you please share the link if possible ?

therewearaffair
Tourist
23 0 2

therewearaffair.com

xtrend
Explorer
70 25 8

i think its working fine now you already set the width to 100% but if you want bigger than that you can simple reduce the padding from right and left 

.footer__content-top {

padding: 0 15px 25px 15px !important; 

}