Category Page – Product Name Font Size

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeCategory Page – Product Name Font Size

This topic has been marked as resolved.

Hi,

How do I go about changing the size on the product names for “3/4 products per row”? I have managed to change the price, but I am unable to sort out the size for the product name.

Also, if I change the product image size through admin>system>setting, for example change to 200 x 250, and it will stretch my images, how do i avoid it stretching my images?

Thanks alot!

May 8, 2012 at 5:12 pm #8671

.container_12 .grid_3.s_item .s_thumb img,
.container_12 .s_item .grid_3 .s_thumb img
{
width: 200px;
height: 230px;
}
.container_12 .grid_2.s_item .s_thumb img,
.container_16 .grid_3.s_item .s_thumb img,
.container_16 .s_item .grid_3 .s_thumb img
{
width: 180px;
height: auto;
}

I’ve sorted out the image with the above, but the 180px pushes the product image outside the hoover image box, why is that?

I still haven’t figure out how to change the font size of product names in the categories pages, please help me on this.

May 9, 2012 at 1:28 pm #8728
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
May 10, 2012 at 5:10 pm #8765

Thanks, I will try them :)

Also, how to reduce the width of the right column (sidebar) which is currently my categories in the category page?

May 10, 2012 at 7:27 pm #8773
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
May 11, 2012 at 11:11 am #8805

thanks! I will put it in just to see what it looks like, but thank for the adv!

May 14, 2012 at 10:21 am #8847
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.