[Support request] Table and Justify not working in QA Forum site

Home Forums Support [Support request] Table and Justify not working in QA Forum site

Home Forums Support Table and Justify not working in QA Forum site

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #676287
    Nika

    Hi,
    I have installed CM Q&A Plugin on my website.
    I want to add Table and Justify options on comment & answer sections, and those options have already been configured by the CMinds.com team.
    They have enabled all relevant option to display full HTML content from the subscribers and above roles.
    But even after that table & Justify content are not showing properly.
    The CMinds team were having a view that “The table isn’t shown properly because of your theme styles (wp-content/themes/generatepress/style.min.css).”
    My demo site URL

    #676494
    David
    Staff
    Customer Support

    Hi there,

    sorry little confused, i can see the Q&A listings, but it’s not using a HTML Table? What am i missing? Let me know

    #679449
    Nika

    I would request you to go through the link.

    https://prottar.com/answers/what-are-the-odisha-psc-posts-name-list-and-corresponding-salary/

    You can see that Columns border is missing from the table.
    Now the plugin developer was telling that The table isn’t shown properly because of your theme styles (wp-content/themes/generatepress/style.min.css).”

    I hope now you would understand the issue.

    I just only need that Column border should appear in the webpages.

    #679464
    David
    Staff
    Customer Support

    It this CSS from the plugin that looks to be the problem, its only adding it to the bottom:

    table.cma-question-table td, table.cma-answers-list td {
        border-bottom: solid 1px #ccc;
        padding: 1em 0 2em 0;
    }

    Try adding this CSS:

    table.cma-question-table td, table.cma-answers-list td {
        border: solid 1px #ccc;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.