The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SCM Music Player width

5 posters

Go down

In progress SCM Music Player width

Post by Festina Lente June 16th 2013, 12:50 pm

I installed SCM Music Player on top of my homepage and it works nice. I need to decrease its width... how to do it?
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

In progress Re: SCM Music Player width

Post by Sanket June 16th 2013, 12:55 pm

I think it goes across completely, isn't it?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: SCM Music Player width

Post by Festina Lente June 16th 2013, 12:58 pm

Yeah...
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

In progress Re: SCM Music Player width

Post by Sanket June 16th 2013, 12:59 pm

I am not sure, if the width can be decreased.
Your forum URL?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: SCM Music Player width

Post by Festina Lente June 16th 2013, 1:01 pm

Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

In progress Re: SCM Music Player width

Post by Sanket June 16th 2013, 1:04 pm

Add this to your css. See if it changes anything.
Code:
#player, #playlist{
width: 90% !important;
}
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: SCM Music Player width

Post by Festina Lente June 16th 2013, 1:08 pm

Nothing's changed
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

In progress Re: SCM Music Player width

Post by Sanket June 16th 2013, 1:12 pm

I don't see that you have added the code on your forum.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: SCM Music Player width

Post by Festina Lente June 16th 2013, 2:19 pm

I added  and deleted it 'cause not working
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

In progress Re: SCM Music Player width

Post by E-Mark June 16th 2013, 4:46 pm

Try this one:
Code:
#playerW {
width: 90% !important;
}
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

In progress Re: SCM Music Player width

Post by Festina Lente June 16th 2013, 4:59 pm

Nothing
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

In progress Re: SCM Music Player width

Post by Sir Chivas™ June 16th 2013, 5:00 pm

Hi,

Add this:
Code:
#player {
background-image: url('sizerAndVol.png')
background-position: bottom;
width: 90% !important;}


Last edited by Sir Chivas™ on June 16th 2013, 5:54 pm; edited 1 time in total
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: SCM Music Player width

Post by Festina Lente June 16th 2013, 5:11 pm

Nothing
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

In progress Re: SCM Music Player width

Post by Sir Chivas™ June 16th 2013, 5:54 pm

The code above:
Code:
#player {
background-image: url('sizerAndVol.png')
background-position: bottom;
width: 90% !important;}

Should work..
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: SCM Music Player width

Post by Festina Lente June 16th 2013, 6:03 pm

Not working
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

In progress Re: SCM Music Player width

Post by Ultron's Vision June 16th 2013, 6:51 pm

Personally, I think that E-Mark's code should work...

Anyway, try it with absolute px declarations.

Code:
#playerW {
width: 700px !important;
}
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

In progress Re: SCM Music Player width

Post by Festina Lente June 16th 2013, 7:43 pm

... I tried and nothing happened
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

In progress Re: SCM Music Player width

Post by Ultron's Vision June 16th 2013, 7:47 pm

You are adding the code to the CSS, right?

Well, add this.

Code:
#playerW {
max-width: 700px !important;
overflow: scroll !important;
}
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

In progress Re: SCM Music Player width

Post by Festina Lente June 16th 2013, 10:32 pm

I added the code to the CSS properly but it doesn't work
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

In progress Re: SCM Music Player width

Post by Sanket June 17th 2013, 5:24 am

Add it to the top of your css.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: SCM Music Player width

Post by Festina Lente June 17th 2013, 7:47 pm

Not working... I don't want to decrease it any more...  it seems to me that this player cannot be decreased... you can lock this topic.
Festina Lente
Festina Lente
Forumember

Male Posts : 279
Reputation : 20
Language : English

Back to top Go down

In progress Re: SCM Music Player width

Post by Sanket June 17th 2013, 8:17 pm

Thread Locked as requested.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum