Shape 5

Joomla Club Extensions => MP3 Gallery - Club => : skymateo May 15, 2014, 12:45:50 PM



: Adjust the player indicator width ?
: skymateo May 15, 2014, 12:45:50 PM
Hello,

I would like the scroll bar of the current mp3 being played to be shorter. It always goes beyond the edge of the website design ?

regards


: Re: Adjust the player indicator width ?
: jonahh May 16, 2014, 12:36:21 PM
Hello,

Can you post a URL of this so I can see why its doing this?


: Re: Adjust the player indicator width ?
: skymateo May 16, 2014, 01:08:13 PM
Hello,

absolutely :

http://inheritance-studio.com

The mp3 player goes a little bit too far to the right. It does this for most sizes unless I leave the site at the 100% width setting (it is currently set at a maximum pixel width of 1200/1300 or thereabouts)

At the same time, can you check the accordion menu ? the first line does not display corruptly. On the admin side, it is a simple text with 2 lines, the 2nd one is hidden below the accordion

thank you !


: Re: Adjust the player indicator width ?
: jonahh May 19, 2014, 01:07:37 PM
For the music player in your s5_responsive.css file look for:

:

@media screen and (max-width: 1280px){

.ttw-music-player .player-controls {
width:178px !important;}

.ttw-music-player .progress-wrapper {
width:64px !important;}

}


Then just change this to:

:


.ttw-music-player .player-controls {
width:178px !important;}

.ttw-music-player .progress-wrapper {
width:64px !important;}



And for the accordion, you have a fixed height of 23px on a DIV in your module which is causing this issue:

clear: both; height: 23px;