0
I hate to bother you with this but I've spent a lot of time and can't figure it out.

On the featured albums module display, I want to reduce the bottom padding but can't find, in any of the css files, what is controlling it. I have too much white space.

Right sidebar: http://www.rockinmississippi.com/

Thanks so much for your help!
Responses (2)
  • Accepted Answer

    Monday, September 03 2012, 05:00 PM - #Permalink
    0
    this is automatic CSS so it's coded using PHP. try this:
    go to /modules/mod_muscol_featured_albums/tmpl/default.php go to line 131 and you see this:

    $total_height = $params->get('width') + 85 ;

    see this 85? just decrease it. put 40 or something. let me know!
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 03 2012, 08:40 PM - #Permalink
    0
    Thanks Germi! That worked perfect.

    I want to thank-you for possibly the quickest turnaround to a support question in my 15 years of working with sites.

    And want to thank-you for the hard work that went into this software. It is a great addition to my website.
    The reply is currently minimized Show
Your Reply