lots of white space between the articles
Best Joomla template with unique design which fits perfectly with car, gaming, business, portal or blog type websites
I have lots of white space between articles..
http://www.carzine.gr/index.php?option= ... &Itemid=54
How do I increase it?
-

- Junior Boarder
Hi
This spaces are something called read_block. I cannot see anything within it so let's remove it by adding this code at the end of template.css file:
- Code: Select all
.read_block {
display:none;
}
-

- Moderator
-
-

- Junior Boarder