Module resize...

Noulis Bak
Noulis Bak
Offline
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... http://www.joomlamusicsolutions.com/images/fbfiles/images/SizeError.jpg
Attachments:
Responses (4)
  • Accepted Answer

    Thursday, July 29 2010, 06:54 PM - #Permalink
    0
    hello!

    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
    The reply is currently minimized Show
  • Accepted Answer

    Noulis Bak
    Noulis Bak
    Offline
    Thursday, July 29 2010, 07:08 PM - #Permalink
    0
    Actually 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...
    The reply is currently minimized Show
  • Accepted Answer

    Martin
    Martin
    Offline
    Tuesday, August 17 2010, 05:50 AM - #Permalink
    0
    Hello,

    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.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, August 17 2010, 05:34 PM - #Permalink
    0
    this 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
    The reply is currently minimized Show
Your Reply