0
Hello Germi,
Sorry if i ask you something that you may have answered before but i have
been searching the forum almost all day and i haven't found something
that solves my problems...
Please take a look to the attached image in order to understand better what
the problem is... You see that some forms of the module as the A-Z bar
is not really adjusted with the background block...
I have been working with GUIs in the past, where there was a function to resize the components and modules proportionally to the window size...
Is there any possibility to do that with the MC modules???
Another question is: how can i change the background colors and font color
of the MC components...
If you have answered these questions again feel free to send me just the
link...
Thank you in advance...
Sorry if i ask you something that you may have answered before but i have
been searching the forum almost all day and i haven't found something
that solves my problems...
Please take a look to the attached image in order to understand better what
the problem is... You see that some forms of the module as the A-Z bar
is not really adjusted with the background block...
I have been working with GUIs in the past, where there was a function to resize the components and modules proportionally to the window size...
Is there any possibility to do that with the MC modules???
Another question is: how can i change the background colors and font color
of the MC components...
If you have answered these questions again feel free to send me just the
link...
Thank you in advance...
Responses (4)
-
Accepted Answer
0hello!
well, basically the problem is that the component seems to be wider than the template space. by small CSS adjustings probably you can set everythig right. (you know CSS?)
on file /components/com_muscol/assets/css/album.css
line 60, there's a property that defines the width of the first column (the image column)
width:430px
you should make this property smaller.
also, on line 45
there is the .imtatge_gran property, that defines the width of the image.. you shoud make this a bit smaller, too.
also it looks like your A-Z bar is being overrided by some propertie son your template... I cannot tell you which ones unless you give me a link so I can check it myself.
if you know some CSS, you'd probably know how to adjust this yourself
besides of that, all colors and css classes can be changed on the css files, which are on /components/com_muscol/assets/css/ mostly
if you know CSS, if you use some good tool (like FIREBUG for FIREFOX, my favourite) it will be quick and easy to identify where are the properties that you need to change, on which files, to make MC look better into your template
Germi -
Accepted Answer
0Actually i am not really familiar with .css... But i will try to look on that and if i have a problem i will come up to you... :S
I would be glad to send you a link of our site as soon as it will be uploaded on the server... Right now we are working the stuff locally...
Thank you very much for your help...
I will try out your advice...
Thanks once more for your excellent and direct support... -
Accepted Answer
0Hello,
I've the same problem with my template and the A-Z Bar.
Please can someone tell me where I have to change parameters the the bar fits into my template ?
My Website : www.olbrichs.com
Then click on MEINE MUSIKSAMMLUNG (it's the 4th Button from the left)
Thank you. -
Accepted Answer
0this may help, but you'd need some more accurate css styling by your own...
/components/com_muscol/assets/cssletter.css line 32 -> width:25px;
line 20 -> propety ul.inicials, set width to 695px
and on your main template css file,
tempalte_css.css line 32 -> erase the padding-left property
this will help you fit the bar a bit better, but its not perfect
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »