• Resolved kekenin

    (@kekenin)


    Why is the last product variation dropdown located on the side of the product variation heading instead below it, as in all the other variation products before the last one?

    Please see the screenshot of the issue: https://snipboard.io/4781cA.jpg

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @kekenin

    Thank you for reaching out!

    It seems that the layout is coming from your current theme.

    I have tried to change it using Custom CSS, and here is the output: https://d.pr/i/cyWL4z

    You can try the below CSS code:

    /* change layout | 5573828-zen | NS */
    
    table.variations tr {
        display: block !important;
    }

    To implement the above Custom CSS, kindly navigate to WP Admin > Appearance > Customize > Additional CSS > and add the Custom CSS there.

    Let us know if this works for you.

Viewing 1 replies (of 1 total)
  • The topic ‘WooCommerce product variation issue’ is closed to new replies.