Layout of single question page
Hi,
In the layout of a question I find
<div class="ap-question-left col-md-8">
inside the
<div class="ap-question-lr">
div.
The col-md-8
limits the width of the question area.
Now that the Participants and Subscribe widgets exist, can’t we remove the col-md-8
class so we can take full width of the container?
There is a right widget, where you can show participants, subscribe and related questions widget
Rahul Aryan commented
Okey will fix this.
ResolveThis commented
Thanks 🙂
But my theme has its own sidebar, which I want to use.
So I guess, the col-md-8 should only be added if there is any widget assigned to the AP-sidebar, right?