Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1485209

    Hi,
    i would like to know if it is possible to put 3 buttons which are in 3 columns beside each other in one line, when there is a different amount of text in the colomns (boxes)?
    I had that a few times would be great if there is a way :)

    Many regards rixi

    #1485215

    Hey rixi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 768px) { 
    #av_section_2 .flex_column_table .avia-button-wrap {
        position: absolute;
        bottom: 0;
        left: 20%;
        transform: translateX(-13%);
        padding-bottom: 20px;
    }
    #av_section_2 .flex_column_table .av_textblock_section {
    	padding-bottom: 50px;
    }
    }

    for this:
    Screen Shot 2025 06 08 at 6.25.47 AM

    Best regards,
    Mike

    #1485216

    Hello Mike,
    perfect, thanks a lot!!!!! :)

    Many regards rixi

    #1485218

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Buttons in one line’ is closed to new replies.