- Posts: 185
- Thank you received: 0
border
-
dh12355@gmx.de
Inactive member -
Topic Author
- Member
-
Less
More
10 years 8 months ago #40225
by dh12355@gmx.de
border was created by dh12355@gmx.de
is there a possibility to have a border arround f.e. item column-1, item column-2 and item column-3?
What must be changed?
What must be changed?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 8 months ago #40229
by ivan.milic
Replied by ivan.milic on topic border
Add this to template_css.css:
.item column-1,
.item column-2,
.item column-3{
border: 1px solid black;
}
.item column-1,
.item column-2,
.item column-3{
border: 1px solid black;
}
Please Log in to join the conversation.
-
dh12355@gmx.de
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 185
- Thank you received: 0
10 years 8 months ago - 10 years 8 months ago #40231
by dh12355@gmx.de
Replied by dh12355@gmx.de on topic border
Thanks for your Reply!
I copy it into template_css.css but it dont work.
See dorsch.findergruppe.de/
I copy it into template_css.css but it dont work.
See dorsch.findergruppe.de/
Last edit: 10 years 8 months ago by dh12355@gmx.de.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 8 months ago #40232
by ivan.milic
Replied by ivan.milic on topic border
Sorry its:
.item.column-1,
.item.column-2,
.item.column-3{
border: 1px solid black;
}
.item.column-1,
.item.column-2,
.item.column-3{
border: 1px solid black;
}
Please Log in to join the conversation.
-
dh12355@gmx.de
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 185
- Thank you received: 0
10 years 8 months ago #40233
by dh12355@gmx.de
Replied by dh12355@gmx.de on topic border
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 8 months ago #40234
by ivan.milic
Replied by ivan.milic on topic border
Try this:
.item.column-1,
.item.column-2,
.item.column-3{
border: 1px solid black;
margin: 0 3% 10px 0!important;
min-height: 180px;
}
.item.column-1,
.item.column-2,
.item.column-3{
border: 1px solid black;
margin: 0 3% 10px 0!important;
min-height: 180px;
}
The following user(s) said Thank You: dh12355@gmx.de
Please Log in to join the conversation.
Time to create page: 0.091 seconds