Totally Zenned
- Join Date:
- Mar 2005
- Posts:
- 535
- Plugin Contributions:
- 3
Category box css question.
Hi,
Im going a bit crazy going round and round in circles...
Im trying to achieve Pic 1 (jpg on the left)
But currently have Pic 2 (gif on the right)
Its .category-top that controls this I believe and this is currently looking....
.category-top {
background-color: #ffffff;
padding-left: 15px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 35%;
font-size: 1.em;
}
I realise that its the padding right that controls this and this is ultimately controlled by class="sideBoxContent"
Does anyone have any idea how I can fix the width of the padding that creates the white box
If I put padding-right: 35px; or similar it looks weird for short categories.
Thanks in advance.