diff --git a/design/themes/responsive/css/tygh/responsive.less b/design/themes/responsive/css/tygh/responsive.less index 8defb07..1b0cf95 100644 --- a/design/themes/responsive/css/tygh/responsive.less +++ b/design/themes/responsive/css/tygh/responsive.less @@ -1307,6 +1307,12 @@ Responsive: Landscape phone to desktop/tablet margin-right: 4px; top: 0px; } + +/* Categories + ========================================================================== */ + .ty-subcategories { + text-align: center; + } } /* ========================================================================== @@ -1448,4 +1454,10 @@ Responsive: Phone .ty-filters-search__item { padding-right: 0; } + +/* Categories + ========================================================================== */ + .ty-subcategories-block { + min-width: 100%; + } } \ No newline at end of file