Okay
  Public Ticket #3713378
Inline Buttons Bottom Align
Closed

Comments

  •  12
    seth_matisak started the conversation

    Hi, 

    You previously gave me some CSS to bottom align single buttons which worked great. When I try to apply the same code to columns with 2 Inline buttons it breaks the layout. See page example with previous CSS applied to the inline buttons.

    Is there a way to keep the Inline button layout but have them bottom aligned?

    Many thanks!

  •  2,958
    Andrew replied

    Hi Seth,

    Thank you for reaching out to us.

    To assist you better, we'd love to have a closer look at your setup and to do this, we'll need admin login credentials (dashboard URL, username, password) to your site. This will enable us to conduct a more in-depth investigation of the issue based on your specific configurations. Would you mind sharing this with us? 

    If you prefer, you can safely share the access through a one-time secret note or using an access plugin such as Controlled Admin Access.

    Before you provide this information, we strongly recommend taking a backup of your site.

    If you have any concerns or questions about this process, please don't hesitate to let me know.

    Best regards,

  •   seth_matisak replied privately
  •  8,837
    Tahir replied

    Hey Again,

    Just added in revised CSS below:

    #explore-cards.vc_row.vc_row-o-equal-height>.span_12>.wpb_column.wpb_column .nectar-cta:not(:last-child) {
        width: 48%;
        display: inline-flex !important;
        justify-content: flex-end;
    }
    #explore-cards.vc_row.vc_row-o-equal-height>.span_12>.wpb_column>.vc_column-inner>.wpb_wrapper {
        min-height: 100% !important;
        display: flex;
        flex-wrap: wrap;
    }
    #explore-cards.vc_row.vc_row-o-equal-height>.span_12>.wpb_column.wpb_column .nectar-cta {
        width: 48%;
        display: inline-flex !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  12
    seth_matisak replied

    Cheers, I'm still seeing broken alignment on this page.

    Am I missing something super easy here?

    https://brandcraftstudio.com/index.php/offers/

  •  8,837
    Tahir replied

    Hey Again,

    Please check now with the revised CSS.

    Thanks.


    ThemeNectar Support Team 

  •  12
    seth_matisak replied

    You sir are a legend. :)

    Thank youuuuuu.