problem with top rated albums

0
deleted width:160px; and voila :)
IT WORKS!


Thank you!!
Attachments:
Responses (5)
  • Accepted Answer

    Friday, June 19 2009, 03:17 PM - #Permalink
    0
    hello

    post a link to your site and I'll check it.

    it will be enough to modify some CSS probably.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, June 19 2009, 03:27 PM - #Permalink
    0
    The reply is currently minimized Show
  • Accepted Answer

    Friday, June 19 2009, 03:37 PM - #Permalink
    0
    thre is the issue: on your template.css file, on line 226, you have this:

    #leftcolumn div.module_menu div div div div, #rightcolumn div.module_menu div div div div, #leftcolumn div.module div div div div, #rightcolumn div.module div div div div, #leftcolumn div.module_text div div div div, #rightcolumn div.module_text div div div div {template.css (línia 226)
    background:#20252B none repeat scroll 0 0;
    margin:0 auto;
    padding:0;
    width:160px;
    }

    as you see this is forcing the width of this DIVs to be 160px. you should delete this property or adjust it
    The reply is currently minimized Show
  • Accepted Answer

    Friday, June 19 2009, 03:46 PM - #Permalink
    0
    please forgive my ignorance...but i can't seem to get that to work.

    I changed 160 to 240 and all it did was make the module extrude even further out of the box, instead of making that space larger.

    Is there anyway to make the module output the albums in a 160px area ?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, June 19 2009, 04:35 PM - #Permalink
    0
    :lol:

    man, what you had to do is make it smaller, not bigger!!

    just DELETE it, or set it something like 100px
    The reply is currently minimized Show
Your Reply