Jump to content

margins product problem


Recommended Posts

I think this would be in your global.css file.

 

If this is on your featured products it would be around line #915

 

#center_column
div.products_block
ul li p {
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 0;
   margin-top: 20px;
   padding-bottom: 0;
   padding-left: 0;
   padding-right: 0;
   padding-top: 0;
}

 

 

In this example I have changed the top margin to 20px

 

Hope this helps.

Link to comment
Share on other sites

  • 3 weeks later...

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...