I purchased your MP3 Pro plugin and it's working great. EXCEPT - having trouble with display on medium sized mobile devices like iPads, etc.
I have a three column setup that shows the player great using the boxed version on desktops. However, the title and soundwave overlap the columns in views on tablets.
Can you provide some CSS that might wrap the tile below the album cover in this view?
I purchased your MP3 Pro plugin and it's working great. EXCEPT - having trouble with display on medium sized mobile devices like iPads, etc.
I have a three column setup that shows the player great using the boxed version on desktops. However, the title and soundwave overlap the columns in views on tablets.
Can you provide some CSS that might wrap the tile below the album cover in this view?
many thanks,
Nancy Timper
Hi,
Could you please send me screenshots of the issue?
Thanks,
Max from the Sonaar.io Crew
Screen shots.
Perhaps I'm better off just creating an alternate layout for middle sized devices using two columns ;-)
Hi,
Please try this code:
@media (max-width: 1560px){
.flex_column.av_one_third .iron-audioplayer:not(.sonaar-no-artwork) .srp_player_grid {
display: block;
}
.flex_column.av_one_third .iron-audioplayer[data-playertemplate="skin_boxed_tracklist"] .sr-playlist-item {
padding: 10px ;
}
}
Thanks,
Alexandre from the Sonaar.io Crew
I think that did the trick! Thanks, you saved me a lot of work. Appreciate your speedy & helpful replies!
You are welcome
Thanks,
Alexandre from the Sonaar.io Crew