Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #788469

    Hello guys.
    Can you please tell me how can I do to put two buttons in the same row in an pricing table.

    Because I would give the customer the opportunity to choose whether to click on a button or another to send them on different links. That is, I would not like to create another button in another row but in the same row in the same column

    #788946

    Hey josollazzo,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Basilis

    #788960

    Hey josollazzo,
    Here’s how I did it, change the button row to a default row and paste your html buttons, I copied these from the page source code:

    <a href="#" class="avia-button avia-icon_select-yes-left-icon avia-color-theme-color avia-size-small bpl "><span class="avia_button_icon avia_button_icon_left " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Choice 1</span></a>
    <a href="#" class="avia-button avia-icon_select-yes-left-icon avia-color-theme-color avia-size-small bpr "><span class="avia_button_icon avia_button_icon_left " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Choice 2</span></a>

    Then I added this code in the General Styling > Quick CSS field:

    .bpl {
    float: left
    }
    
    .bpr {
    float: right;
    top: -25px;
    }

    postimage

    Best regards,
    Mike

    #788965

    Mike, you’re a magician. Fantastic.
    I’m really happy. Thank you very much.
    Bye
    Jo

    #789010

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Two button in the same row in column pricing table’ is closed to new replies.