spacing between items in banner module


Author Message
Joan

Posted: 3/16/2011
Quote message 

Hi, I've generated a theme using Artisteer for my site www.FoodFestGuide.com. Unfortunately, I'm having a problem with the spacing between the banner items displayed in the banner module (on the Home page). I want to increase it, but have no idea what css class controls it or how to change it. Can anyone lead me in the right direction? Many thanks.
 
Steven Webster

Posted: 3/16/2011
Quote message 

This is really an issue within the banner module itself not Artisteer. I've gone so far as to write a custom version of the banner module for one site to handle this very same issue (and add two columns for smaller block banners).

You would have to modify the code in the core banner module. Not fun. Another option (hack) would be to set a border in the modules banner options with a width of about 10px and color of #FFF2B8 o it "matches" your yellow background container.
 
Joan

Posted: 3/18/2011
Quote message 

Finally got it looking better. Here's what I did:

1) To fix the title so it shows up in bold --> I added "!important" to the font-weight in the .NormalBold class.

2) To fix the spacing between items --> I added padding-bottom: 10px; in the .art-blockcontent-body td (top, right, left padding is 0).

Thanks for all your assistance.