Quote:
Originally Posted by PhilJ
What's wrong with that block size? looks fine to me. Why make it smaller?
|
I want to decrease the white space between logo and block border at manufacturers.php page. I changed height at below code using firebug
ul.grid_view li .product_block {
height: 150px;
}
it decreased the white space between logo and block border but i did not find this code(ul.grid_view li .product_block {height: 150px;}) at reboot.css file.please tell me how can i change this space using this code or other settings?