Hi, I'm trying to make the plugin fit into a 270px wide space while the plugin has the width of 370px as far I know. I've tried to write the width css to 100%, but without succes. Can anyone help me with this issue?
this is the css script, I've been trying to edit:
media="screen"
.ttw-music-player {
width: 370px;
/* font-family: 'Lato', arial, sans-serif; */
/* background: darkslategray; */
padding: 15px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
thank you :)