border

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?

Please Log in to join the conversation.

More
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;
}

Please Log in to join the conversation.

More
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/
Last edit: 10 years 8 months ago by dh12355@gmx.de.

Please Log in to join the conversation.

More
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;
}

Please Log in to join the conversation.

More
10 years 8 months ago #40233 by dh12355@gmx.de
Replied by dh12355@gmx.de on topic border
o.k. i see the border now.
But now there stands all in 1 column.

see under dorsch.findergruppe.de/

Please Log in to join the conversation.

More
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;


}
The following user(s) said Thank You: dh12355@gmx.de

Please Log in to join the conversation.

Time to create page: 0.172 seconds
Powered by Kunena Forum