I need to manipulate the images for my top category levels on the home page only. I've become quite comfortable with the #indexHomeBody method of manipulation via the stylesheet, but I've run into some styling that's not in the stylesheet that I can't seem to isolate.
Here's how I want the homepage to look.
Here's how it currently looks.
The .categoryListBoxContents class has an inline style of {width: 50%}, but I want to make the width a px unit and most-likely position it absolutely. Since this styling is in the markup and not the stylesheet, I'm not sure how to change this just for the home page.
Is there somewhere in the Admin that this is available? I'm pretty sure I had to change the width value to 50% from 33%, but I can't find where I did it for the life of me.
Keep in mind that the gray middle box is not a link like the other two, so I don't want to make that an empty category to style it correctly.



