Support Forums - Classified Ads Script Osclass

Osclass theme support => Veronika Osclass Responsive Theme => Topic started by: elmawanda on July 01, 2017, 05:39:29 AM

Title: Veronica bug theme in the description section
Post by: elmawanda on July 01, 2017, 05:39:29 AM
I have bought the veronica theme for osclass, but it looks like I found a bug in the description section.
When I write the descriptions with the use of many sentences. Then the word will exceed the description field.

Is there a solution to this problem.
Because I'm already saturated looking for a solution to this problem.
Title: Re: Veronica bug theme in the description section
Post by: MB Themes on July 01, 2017, 01:40:56 PM
@elmawanda
Why would you do that?
Add following to your style.css:
Code: [Select]
.item-desc .text { word-wrap: break-word; word-break: break-all;}