Home Forums WoodMart support forum Change position of Pricing list button

Change position of Pricing list button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #615077

    staffcreator
    Participant

    Hello my friends.

    I’m trying via CSS to change the position of the button in the pricing table.

    I would like to put the button at the bottom of the table.

    I can’t find the CSS command to move it.

    Can you help me?

    I’m using Pricing Table with WPBakery (image attached)

    I’ll post the link to the page I’m working on in the private part.

    I await your kind feedback

    Thank you very much for your work

    Best regards
    🙂

    Attachments:
    You must be logged in to view attached files.
    #615148

    Luke Nielsen
    Member

    Hello,

    Did you try to use our “Price table” element? The thing is that one is not related to our theme.

    I await your response.

    Kind Regards

    #615756

    staffcreator
    Participant

    Hi Luke!
    Thanks for your reply.

    Yes, I tried using your element.

    But I can’t customize it as I would like.

    While the basic element I was able to customize it as I wanted. All I need to do is move the button.

    I attach a screen of your element.
    For example, on your element I can’t put the V checks like the ones I put on the other element and then I can’t put the Xs —

    The Text format is much more customizable on a basic element.

    Can you help me anyway?
    Let me know

    Thanks my friend! 🙂

    Attachments:
    You must be logged in to view attached files.
    #616213

    Luke Nielsen
    Member

    Hello,

    If this can be achieved with simple custom CSS, we can assist you. Here is the code:

    .wpb-pricing-table {
        display: flex;
        flex-direction: column;
        
    }
    
    .wpb-pricing-table .vc_btn3-container {
        margin-top: 40px;
        order: 4;
    }

    Clear the cache and recheck the issue.

    Kind Regards

    #616850

    staffcreator
    Participant

    Great Luke!! 🙂

    Really excellent!

    Thank you so much my friend!

    If I need anything I’ll let you know.

    Good evening friend!

    🙂

    #617065

    Luke Nielsen
    Member

    Hello,

    Always remember that you can reach out to us with any questions you may have.

    Thank you for your time and have a good day!

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Change position of Pricing list button’ is closed to new replies.