Okay
  Public Ticket #316442
bug in pricing collum with only one collumn
Closed

Comments

  • Matthy started the conversation

    Content is not spacing out probarly when only having one item in the price list. We would love to use the pricing even if we only have one product but now we need some manual CSS fixes.

    Code used:

    [vc_row][vc_column width="1/3"][vc_column_text]I am text block. Click edit button to change this text.[/vc_column_text][/vc_column][vc_column width="1/3"][pricing_table][pricing_column title="Column" id="1415713315-2-49" price="9" currency_symbol="$" interval="Per Month" color="Accent-Color"]test

    and test

    and yes another test[/pricing_column][/pricing_table][/vc_column][vc_column width="1/3"][vc_column_text]I am text block. Click edit button to change this text.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width="1/1"][/vc_column][/vc_row]

  •  8,406
    Tahir replied

    Hey!

    Simply add padding and it should be fine, Add this into the Custom CSS box located in your Salient Options panel :

    .pricing-column-content p {
        padding: 0 10px;
    }
    

    Thanks


    ThemeNectar Support Team