Okay
  Public Ticket #2293441
Aligning buttons in columns
Closed

Comments

  •  4
    VibekeKelway started the conversation

    Hi there,

    I'm trying to align three buttons in each their column (in my pricing section).

    Also, I've tried to make the columns the same height by enabling "Equal Height", but with no effect.

    Please can you help me out?

    Best,

    Vibeke

     

  •  8,992
    Tahir replied


    Hey,

    Please provide the page url so that i can write up the custom css for whats possible. Also the page user pass if needed.

    Thanks


    ThemeNectar Support Team 

  •   VibekeKelway replied privately
  •  8,992
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body .pricing-table[data-style="flat-alternative"] .pricing-column ul {
        min-height: 490px;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    VibekeKelway replied

    You're a star! Thank you :)