Denzel Chia
    Moderator
    Posts: 2656
    September 4, 2015 at 6:17 pm #20418

    Hi,

    Please the following codes in your Theme Options -> Custom CSS

    .variations {
    border: medium none !important;
    }
    .label, .value {
    border: medium none !important;
    }

    Screenshot of result. http://prntscr.com/8cionb

    Thanks!

    Kuhlma
    Spectator
    Posts: 11
    September 4, 2015 at 6:40 pm #20420

    Hi,

    it works perfect for me.

    Can you tell me what I must do, so that the table below appear on the full width? (The lower part of the screenshot).

    Thank you!

    Denzel Chia
    Moderator
    Posts: 2656
    September 4, 2015 at 6:59 pm #20421

    Hi,

    Please use the following codes.

    .woocommerce-tabs .panel{
    width:100% !important;
    }

    Thanks!