Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #663308

    I’m sorry guys. I still will be needing 2 verticale borders in a gridrow. Is this possible?

    #663589

    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

    #663597

    Yes indeed, thats exactly what i want. ( Im sorry for my English, im fom the Netherlands)

    #663844

    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!

    #663851

    Hi Angelo,

    Great, glad you found a solution and thanks for sharing :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Verticale border grid row’ is closed to new replies.