• Resolved abreex

    (@abreex)


    in cash request section approved request or pending request is not mobile responsive how to make this mobile responsive , bcz colum expend in right side



Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Mirza Hamza

    (@hamza1010)

    Hello @abreex,

    Thanks for contacting us,

    I hope you are doing well, Please add this CSS in Appearance -> Customize -> Additional CSS and then paste this CSS.

    Here is the CSS:

    table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    }

    th, td {
    text-align: left;
    padding: 8px;
    }

    If you have any questions, feel free to reach out. We’re here to assist you.

    Thanks & Regards
    WP Experts Support Team

    Thread Starter abreex

    (@abreex)

    “This CSS is not working. However, I found a solution; I went into the plugin files and deleted 2 rows from the table that were not necessary.”

    Thanks for your quick response

    Plugin Support Mirza Hamza

    (@hamza1010)

    Thanks for the update, If you have any questions, feel free to reach out. We’re here to assist you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.