Overlapping Text - need help

I’m using the sports skin, with a few ‘my_changes’ css overrides. For some reason I can’t find the right setting to fix this problem. For some reason when I use grid product listing. some of the product title overlaps. I’ve reduced padding and widened the site, but this asn’t fixt that particular problem. my next step will be to reduce the margins to zero but still no luck.



I’m using chromes inspect element to find the setting in question then modifying using my_changes.

care to post or PM your url and the location of the issue.

[quote name=‘TonyK’]care to post or PM your url and the location of the issue.[/QUOTE]





karategear4less.com


.central-column, .container-right .central-column, .container-left .central-column {
display:inline;
float:left;
margin:0 172px 15px;
[SIZE=5][COLOR=Red]overflow:hidden;[/COLOR][/SIZE]
padding:0 21px 15px;
width:582px;


}

styles.base.css (line 626)

[quote name=‘TonyK’]
.central-column, .container-right .central-column, .container-left .central-column {
display:inline;
float:left;
margin:0 172px 15px;
[SIZE=7][COLOR=Red]overflow:hidden;[/COLOR][/SIZE]
padding:0 21px 15px;
width:582px;


}

styles.base.css (line 626)

[/quote]



Make it larger bro, I couldn’t see it!

[quote name=‘JesseLeeStringer’]Make it larger bro, I couldn’t see it![/QUOTE]







I tried this with no luck. now keep in mind I tried making the change from my_changes … do I have to modify base.style.css directly ?



Thanks