Viewing 1 replies (of 1 total)
  • Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @vladav,

    Hope you are doing great today!

    It seems the styles are not applied to the price table inside the inactive tab. In order to resolve the issue, you can load the pricing table assets globally. Also, you can try the following CSS to check if it resolves the issue or not. Add the following CSS in the custom CSS section of the plugin.

    .sp-tab__tab-pane{
    display: block !important;
    height:0px;
    width:0px;
    padding:0px !important;
    margin:0px;
    }
    .sp-tab__tab-pane.sp-tab__active{
    height:100%;
    width:100%;
    padding: 20px !important;
    }

    Apply the code and let us know. Look forward to your response.

    Have a nice day!

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.