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

    I am using a Special Heading ALB element followed by a Button Row element inside a 1/3 Column element.
    The content in the element is currently vertically centered (please refer to the link in the private data section).
    However, I would like to have the content (Special Heading and Button Row) to be vertically aligned to the top.

    How can I do this?

    I did not find a setting for these elements.
    Which CSS code should I use?

    #1293747

    Hey AlexR,

    Please add a custom CSS class to the columns which you want to apply that styling to, for example align-content-top, then add this to Quick CSS:

    .av-align-middle.align-content-top {
        vertical-align: top;
    }

    Best regards,
    Rikard

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