Jump to content

[SOLVED] featured products - center image and title


Recommended Posts

hello,

i have a problem with featured products: I cannot center image and title.


#center_column .products_block ul li {
   border-right: 4px solid #363534;
   /*border-bottom:4px solid #363534;*/
   border-top: 4px solid #363534;
   float: left;
   clear: none;
   width:176px;
/*    height:375px;*/
   background-color: #d0d3d8;
   padding: 0;
   margin-top:0;
   text-align=center; /* this sould center, but it doesn't */
}



any help will be appreciated,
thanks

Link to comment
Share on other sites

It should be text-align:center; not text-align=center;

That should center the text. I couldn't find a way to product image using CSS though. The only way I could do it was to add <center> tags around the image in modules/homefeatured/homefeatured.tpl, though that isn't standards-compliant.

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