- 29
Is there a setting to change the filter column from the right to the left? In the file _ColumnsTwo.cshtml, I see the code below. Not sure how to define it left though.
@if (IsSectionDefined("left"))
{
@RenderSection("left")
}
Thanks.
@if (IsSectionDefined("left"))
{
@RenderSection("left")
}
Thanks.