• Resolved igv8754

    (@igv8754)


    Within the “Shipping” tab, the “Shipping Methods” table is kind of displaced. I found the issue to possibly be within the following directory:

    /assets/css/admin.css line: 2

    Here is the following code I found to resolve this:

    .wc-shipping-zone-settings tbody {
        display: inherit;
    }

    This should be removed or disabled. It seems as though the table is inheriting from the incorrect parent format resulting in the tables being “Squished” and not aligned with their table headers respectively.

    I was reviewing this on Firefox (latest installment 68.0.1 (64-bit))

    • This topic was modified 5 years, 7 months ago by igv8754.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Shipping Methods Table Display Styling Error’ is closed to new replies.