Hey there,
default width of the Sonaar mp3 player plugin is 100%. But it would be cool if the player get a width of 1100px and is positioned in center like the other website content. (Start the mp3 player by clicking on the cover)
This btw. is a woocommerce single product template made with Elementor Pro.
Following CSS style code does not work:
#sonaar-player {
width: 1100px !important;
max-width: 1100px !important;
align-items: center !important;
margin-left: 100px !important;
margin-right: 100px !important;
}
or
#sonaar-player {
width: 1100px !important;
max-width: 1100px !important;
align-items: center !important;
margin-left: 50% !important;
margin-right: 50% !important;
}
Any ideas or solutions would be so cool!
Many thanks!