Q2A Market - Support

We are here to provide you support for Q2A Market premium and free products. If you have any issue in installation, option settings or any bug you found. Please create a ticket. We would try to get back to you as soon as possible.

Bug with snow extended theme

First selecting the best answer:

After i selected the best answer:

opened on Nov 13 in Snow Extended
recategorized Nov 13

Please check the giving reply and make it fix if it work so other user can consider it in future for the same issue.

1 Answer

 
Best answer

Modify below code in qa-styles.css
Find around line #1794

.qa-a-item-main {
    display: inline-block;
    float: left;
    padding-left: 10px;
    width: 610px;
}

Replace with

.qa-a-item-main {
    display: inline-block;
    float: left;
    padding-left: 10px;
    width: 608px;
}

Add below code in qa-styles.css at the bottom

.entry-content {
    word-wrap: break-word;
}
answered Nov 19
selected Apr 25

Works perfectly. Thanks!