Arranging categories into 2 columns in Responsive view/design
In responsive view, I would like to arrange categories to 2 columns as shown in left image.
Categories on all pages.
For normal sites, it looks 1 column like on the right in image. iFixit accomplished this on the main page but would like for all category navigation.
Appreciate if you can post .Responsive CSS to arrange categories or arrange it like Mobile App view.
Something like this
<if is="@enableResponsive">
@media (max-width:@maxResponsiveNarrowWidth/2)
{
.Responsive .CategoryList
{
text-align: center;
}
}
</if>
Thank you,
Is this a good question?
@eric
This is appearing as below and not 2 columns. Thanks a lot for help!
[image|130353]
by bryan ware