Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1479946

    Hej Genius’

    I have 3 pricing boxes but I had set the row to “Equal Height” because they are different sizes and I want them to look balanced. However, the button at the bottom needs to be attached to the bottom of the section… is that possible?? I’ve tried de-bugger but I can’t get any adjustment to have any effect and I’m under pressure on this project so your brilliant genius input would be so appreciated.

    Screenshot of Pricing Boxes

    Best wishes,
    Annemarie

    #1479956

    Hey Annemarie,

    Thanks for the screenshot. Could you post a link to where we can see the actual elements as well please?

    Best regards,
    Rikard

    #1480019

    Hej Rikard,

    I’ve temporarily published it so you can see the page: SE PAGE

    Regards,
    Annemarie

    #1480025

    Hi,

    Thank you for the link.

    Please add this css code to adjust the alignment of the buttons.

    #top .av-otzhdc-f6e6fb6737c9d94574c2e623c4aab5bf .avia-button-wrap {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    
    #top .av-otzhdc-f6e6fb6737c9d94574c2e623c4aab5bf .flex_column_table .flex_column {
        padding-bottom: 100px;
    }

    View post on imgur.com

    Best regards,
    Ismael

    #1480028

    Hi Ismael … thank you that worked a treat!!
    One other thing if I may? I need two buttons on the top of the landing page for different languages… so is it possible to hide the header and still have the top bar in view .

    See Screenshot

    In the meantime, I hope you have a fantastic day!
    Regards,
    Annemarie

    #1480057

    Hi,

    Please try this CSS as well:

    .page-id-560 #header_main {
      display: none; 
    }

    Best regards,
    Rikard

    #1480102

    Hi Rikard… thank you, it deleted some but not all so I debugged and saw I had to add this extra css:

    #top #main {
    padding-top: 0px!important;
    }

    Regards,
    Annemarie

    #1480152

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1480258

    RE: ALIGNING PRICING BOX BUTTON.

    Ismael, the styling you gave me for the pricing boxes below was PERFECT… I have just had a big problem and I’ve HAD TO GO BACK TO A PREVIOUS VERSION of pricing boxes which means I have lost the specific “av-otzhdc”…coding in your style BELOW. I can’t see it with debug to put in the new reference… could you brilliant guys help as the client has now released the page for buying tickets!
    WEBPAGE LINK – SHAOLINCAMP.DK

    #top .av-otzhdc-f6e6fb6737c9d94574c2e623c4aab5bf .avia-button-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    }
    #top .av-otzhdc-f6e6fb6737c9d94574c2e623c4aab5bf .flex_column_table .flex_column {
    padding-bottom: 100px;
    }

    #1480309

    Hi,

    Try to replace it with av-8hgou0-66c1339874a8df71eec44a8ce967092b or apply a Custom CSS Class name to the element.

    https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    #1480317

    Ismael… THANK YOU SO MUCH!!! Fit perfectly.

    #1480320

    Hi!

    Glad we could be of help! Let us know if you have more questions. Have a nice day.

    Regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Pricing boxes – align button at bottom of box’ is closed to new replies.