- Posts: 6811
- Thank you received: 724
category layout change amount of rows and columns
-
milos
Support Staff -
- Moderator
-
Less
More
12 years 11 months ago #18671
by milos
Replied by milos on topic Re: category layout change amount of rows and columns
Add this to any of your template's CSS file:
Code:
.width25 {
width: 24%;
}
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #18685
by ivan.milic
Replied by ivan.milic on topic Re: category layout change amount of rows and columns
add it with important flag:
.width25 {
width: 24%!important;
}
.width25 {
width: 24%!important;
}
Please Log in to join the conversation.
-
superdre
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
12 years 11 months ago #18690
by superdre
Replied by superdre on topic Re: category layout change amount of rows and columns
Thanks Milo and Ivan, i add this style in layout.css and it´s workking, i´ll check if this style doesnt make a mess in other sections.
regards!
Andrea.
regards!
Andrea.
Please Log in to join the conversation.
Time to create page: 0.080 seconds