Okay
  Public Ticket #1311792
Expand the size of containers
Closed

Comments

  • Creanovo started the conversation

    Good Morning,

    I would like to know how I can expand the size of the price containers

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .pricing-table[data-style="flat-alternative"].two-cols >div {
        width: 41% !important;
    }

    Thanks


    ThemeNectar Support Team