File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
view/frontend/web/css/source Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 53
53
/* List layout */
54
54
55
55
.magepow-categories-list li {
56
- display : block ;
57
56
margin : 0 ;
58
57
padding : 0 ;
59
58
border : none ;
79
78
width : 100% ;
80
79
}
81
80
82
- .magepow-categories-list .magepow-categories-category-name {
83
- margin : 0 0 16px 20% ; /* These percentages must match 2/3 */
84
- padding : 0 0 0 32px ;
85
- }
86
-
81
+ .magepow-categories-list .magepow-categories-category-name ,
87
82
.magepow-categories-list .magepow-categories-category-description {
88
- margin : 0 0 16px 20% ; /* These percentages must match 3/3 */
83
+ margin : 0 0 16px 20% ;
89
84
padding : 0 0 0 32px ;
90
85
}
91
86
87
+ .magepow-categories .category-item {
88
+ display : inline-block ;
89
+ float : left ;
90
+ }
92
91
93
92
/* Media Queries */
94
93
You can’t perform that action at this time.
0 commit comments