Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1092736

    Hello,

    i’m trying to get a right border to my grid row element.
    My grid got the following class set: grid_border_right

    This is my css i did paste in the quick css:

    /* Border für Grids */
    .grid_border_right {
      border-right: 5px solid #FFFFFF !important;
    }

    Unfortunately i can’t create a border this way. Does somebody know what i’m doing wrong?
    Link to the page can be find below.

    Thanks,
    Dennis

    #1092900

    Hi Dennis,

    Please try this instead:

    .grid_border_right .flex_cell {
      border-right: 5px solid #FFFFFF !important;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.