Okay
  Public Ticket #2051060
Pricing Table padding price
Closed

Comments

  • campaignersnetwork started the conversation

    Hello there again,

    is it possible to move the currency symbol of a price list a few px to the bottom? So that they are all equal in the same row. You can see my problem in the picture attached. 

    Best regards

    Clemens

  •  8,994
    Tahir replied

    Hey Again,

    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):

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

    Thanks


    ThemeNectar Support Team 

  • campaignersnetwork replied

    Great!! Again: Thank you, Tahir.