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 Sun Jun 16 2013, 13:50

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 Sun Jun 16 2013, 13:55

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 Sun Jun 16 2013, 13:58

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 Sun Jun 16 2013, 13:59

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 Sun Jun 16 2013, 14:01

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 Sun Jun 16 2013, 14:04

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 Sun Jun 16 2013, 14:08

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 Sun Jun 16 2013, 14:12

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 Sun Jun 16 2013, 15:19

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 Sun Jun 16 2013, 17:46

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 Sun Jun 16 2013, 17:59

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™ Sun Jun 16 2013, 18:00

Hi,

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


Last edited by Sir Chivas™ on Sun Jun 16 2013, 18:54; edited 1 time in total
Sir Chivas™
Sir Chivas™
Helper
Helper

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

https://aforums.org

Back to top Go down

In progress Re: SCM Music Player width

Post by Festina Lente Sun Jun 16 2013, 18:11

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™ Sun Jun 16 2013, 18:54

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 : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

In progress Re: SCM Music Player width

Post by Festina Lente Sun Jun 16 2013, 19:03

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 Sun Jun 16 2013, 19:51

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 Sun Jun 16 2013, 20:43

... 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 Sun Jun 16 2013, 20:47

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 Sun Jun 16 2013, 23:32

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 Mon Jun 17 2013, 06:24

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 Mon Jun 17 2013, 20:47

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 Mon Jun 17 2013, 21:17

Thread Locked as requested.
Sanket
Sanket
ForumGuru

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

Back to top Go down

Back to top

- Similar topics

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