• Resolved asha216

    (@asha216)


    I have created pricingtable in my wordpress website and its preview is proper on the pricingtable plugin but the design is not proper on actual page. I have selected 3 columns from the settings but you can see the design issue on https://staging.theraparea.com/pricing-tables-demo/ .

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • azizulraju

    (@azizulraju)

    Hi @asha216,
    Thanks for your post.

    I can see some CSS conflict between your theme and our plugin. For a quick fix, you can copy my code below and to paste it –
    go to Appearance => Theme File Editor, and from the right side, select Theme Functions file. Finally, paste the code and update the file. Please follow my screenshot: https://i.imgur.com/3112yFZ.png

    Code to copy:

    function style_for_pricing_table() {
        echo (
            "<style>.pricingtable .column{
                column-count: inherit !important;
            }</style>"
        );
    }
    add_action( 'wp_footer', 'style_for_pricing_table' );

    Let us know if it helps.
    Regards.

    Thread Starter asha216

    (@asha216)

    The design issue in both desktop and mobile has been resolved now. Thank for the support.

    azizulraju

    (@azizulraju)

    Glad to know it fixes the issue for you. Don’t hesitate to ask if you need help.

    Would you mind writing a review for our plugin? It’ll inspire us a lot.
    You can post your review here – https://www.ads-software.com/support/plugin/pricingtable/reviews/

    Thank you so much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table design not proper in desktop and mobile.’ is closed to new replies.