[Support request] Elements – problem with the ‘s

Home Forums Support [Support request] Elements – problem with the ‘s

Home Forums Support Elements – problem with the ‘s

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

    Hi

    I added some code into an Element:
    https://snipboard.io/b1z8qE.jpg

    But even I used 2x <BR>
    the two links are in one line

    and I wanna have it one below the other

    Kr
    Rob.

    #2056602
    David
    Staff
    Customer Support

    Hi there,

    you have the following CSS:

    .author-box {
        padding: 3%;
        margin-top: 50px;
        font-size: 1em;
        background-color: #F1F1F1;
        display: flex;
        flex-wrap: wrap;
        color: #000000 !important;
    }

    the display: flex; property is whats making the elements inline. Remove that property if you want the elements to stack.

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