Morgain
Well-known member
I was fiddling with the width of in the resource list item.
In resource_list.css I was fiddling with the width of the resource stats block
(What I do is make a small change directly in the template and adjust till I get it right then transfer it to EXTRA.css once it looks the way I want.)
Anyway I tired 150px - bit narrow - tried 170px and all of a sudden it went hugely wide!
Now I can't get it to respond.
Here it is in
Here's what I then put in EXTRA.css
In resource_list.css I was fiddling with the width of the resource stats block
(What I do is make a small change directly in the template and adjust till I get it right then transfer it to EXTRA.css once it looks the way I want.)
Anyway I tired 150px - bit narrow - tried 170px and all of a sudden it went hugely wide!
Now I can't get it to respond.
Here it is in
Code:
.resourceListItem .resourcStats
{
width: 200px;
font-size: 11px;
}
Here's what I then put in EXTRA.css
Code:
/* ARTICLES or CATEGORY LIST ITEM */
.resourceListItem .resourcStats
{
width: 170px !important;
}