Product description display problem in product list

ThemeBurn SupportForumsOpenCart ThemesTechnopolis OpenCart ThemeProduct description display problem in product list

This topic has been marked as resolved.

Hi,
as you can see there is a problem with displaying product description in product list.
I attached pic of product list (where the problem is showing for the product CLI-8 Y) and a product page so you can see the whole product description.

Best regards,
Josip

November 3, 2016 at 12:27 am #52749

Hi Josip,

We will need the website url (and admin access if maintenance mode is enabled), so we can check.

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

November 4, 2016 at 2:28 am #52797

Hello, to access my site you need….

Thanks for the help!

November 4, 2016 at 11:23 am #52800

You can see it here…

November 4, 2016 at 11:57 am #52801

Hi,

Here is a quick CSS fix for your problems:

.tb_grid_view .product-thumb .caption > .description {
      -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  word-wrap: break-word;
}

Although the above code will fix the problem, it is a good idea to split long strings that may break other parts of your website.

BR,
ThemeBurn team

November 8, 2016 at 2:12 am #52859

Solved.

Thanks!

Josip

November 9, 2016 at 2:53 pm #52906

Glad we’ve helped :)

BR,
ThemeBurn team

November 12, 2016 at 7:14 pm #53014
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.