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

    Trying to set up a 4-button row full-width – instead the Button Row element is displaying as four buttons in one column. Help, please.

    #1486261

    Hey Jackie,
    I only see three buttons:
    Screen Shot 2025 07 02 at 2.52.23 PM
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia-buttonrow-wrap {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
    }

    for this result:
    Screen Shot 2025 07 02 at 2.54.26 PM

    Best regards,
    Mike

    #1486280

    Thanks, that did it. :)

    #1486291

    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 ‘Button row element is displaying as a column’ is closed to new replies.