Jump to content

[SOLVED] Hi all, how do i remove the small description gap on the featured section on homepage


Recommended Posts

Hi all, how do i remove the small description gap (as shown in the image below) on the featured section on homepage?

 

http://imageshack.us/photo/my-images/713/howdoiremovegap.jpg/

 

 

I dont want to put a description here and just want more of the featured section shown.

 

So how would I remove / reduce the size of this gap please

 

many thanks

Link to comment
Share on other sites

Here we go, in your template the blank space is from :

 

<p class="product_desc">
<a title="More" href="http://www.protectandenhance.co.uk/product.php?id_product=40"></a>
</p>

 

So in your theme css file if you modify the height value below to 10px for example, it should be a lot better.

 

#center_column div.products_block p.product_desc {
   color: #595A5E;
   height: 70px;
}

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...