• My dashboard is not responsive. The clicks tables the dashboar meni all mixed uo in one place. I tried about 4 themes but still no changes. I also visited the yith official demo page o found thesame issue on the yith site aslo. I think the dashboad css should be like that of woocommece my account page.

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    hope you are doing well! ??

    Add these CSS rules in Appearance > Customize > Additional CSS:

    @media screen and (max-width: 768px) {
        .yith-wcaf.yith-wcaf-dashboard-summary .dashboard-content .left-column{
        float:none!important;
        }
        .yith-wcaf.yith-wcaf-dashboard-summary .dashboard-content ul.dashboard-links:before{
             display: none;
        }
        .yith-wcaf-navigation-menu{
            width: 100% !important;
        }
           table.shop_table{
              border: 1px solid #ccc;
              border-collapse: collapse;
              margin: 0;
              padding: 0;
              width: 100%;
              table-layout: fixed;
           }
           table.shop_table thead {
               display: none;
           }
           table.shop_table tr:nth-of-type(2n) {
               background-color: inherit;
           }
           table.shop_table tr td:first-child {
               background: #f0f0f0;
               font-weight:bold;
               font-size:1.3em;
           }
           table.shop_table tbody td {
               text-align:center;
           }
           table.shop_table tbody td.click-link, td.click-origin, td.click-status, td.click-date {
               display:block;
           }
           tbody td::before {
               content: attr(data-th);
               display: block;
               text-align:center;
           }
    }

    Let us know.

    Have a great day!

Viewing 1 replies (of 1 total)
  • The topic ‘DASHBOARD ISSUES’ is closed to new replies.