Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3825565
Incorrect arrangement of elements on the "Single Product" page.
Open

Comments

  • Flavio started the conversation

    Ciao , 

    Il plugin sembra funzionare bene ed è molto carino. Tuttavia, c'è un problema con il layout degli elementi WooCommerce: "Qty" e "Add to Cart" sono posizionati accanto alle opzioni del prodotto anziché sotto! Come posso risolvere questo problema?

    Grazie !

    Attached files:  screenshot_220225_1.jpg

  •  1,355
    Dustin replied

    Hi Flavio,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .wpcpo-wrap {
        display: block !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        clear: both !important;
    }

    If it still doesn't work, please send me your website credentials (wp-admin link, username, and password) or create a dev/staging site with identical configurations so I can check for any issues.

    Best regards,
    Dustin