Hi, I am develop new theme and I faced an issue when I try to run my theme on the production environment.
On discourse theme creator I have <table class="topic-list ember-view> which contain with all the topics.
But on prod I don’t have that div, instead I have <div class="categories-and-latest ember-view> which I don’t want.
As I understand, in my production I can choose under “settings” → “Basic setup” → “desktop category page style” a different option but I can’t find one that will render the <table class="topic-list ember-view> like on discourse theme creator.
Thank you,
Dor.