Mar 18, 2021 3:07 pm
See attached.
Is this normal for this to stack on mobile view? Doesn't look right and I don't see the purchase.
Thanks!
3 Replies
Mar 19, 2021 7:58 am
Yes it should look as you shown on the screenshot. You can check it here: https://wpdiscuz.com/demo/
Doesn't look right and I don't see the purchase.
Don't follow you well. Could you please rephrase your question?
Mar 19, 2021 9:55 am
Ok I guess I will use some CSS magic to resolve this for me. Thanks.
Mar 19, 2021 9:59 am
I solve with this custom CSS:
#wpdcom .wpd-thread-head .wpd-thread-info {
flex-basis: inherit;
}