I’m sorry guys. I still will be needing 2 verticale borders in a gridrow. Is this possible?
Hey Angelo,
I’m guessing you want a vertical line on both sides of the middle images? If not then please try to explain a bit further and/or post a screenshot highlighting your intentions.
Regards,
Rikard
Yes indeed, thats exactly what i want. ( Im sorry for my English, im fom the Netherlands)
Someone else already helped me out. I gave the middle column a custom class, and added in the css the borders so the code is now:
.borders {
border-left: 2px solid white;
border-right: 2px solid white;
}
body div .first, body div .no_margin {
margin-left: 0;
padding: 10px 25px;
}
This worked fine for me!