Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1191893

    Is it possible to get the shopping cart, request and PayPal logo in one row? Currently, these are among themselves. Enclosed the desired result on an image and the link to the current state. Thank you very much

    #1192135

    Hey Heimkinopartner,

    Please try the following in Quick CSS under Enfold->General Styling:

    #zoid-paypal-button-9a6eb31e18 {
        width: auto;
    }

    Best regards,
    Rikard

    #1192351

    Thanks for the answer, unfortunately it did not help.

    #1192636

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1192694

    I put the code back in and I let it go. Cache cleared, no change. Everything looks the same.

    #1194046

    Hi Heimkinopartner,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1195127

    See Privat Content, Thanks for your help.

    #1195389

    Hi Heimkinopartner,

    Thanks for giving us access.
    After checking it, it does not seem possible to have the “Anfrage stellen” go before the Paypal button because of its current structure, maybe you can use a woocommerce hook to move that button after the “In den Warenkorb” button, but you may need assistance from the Yith plugin support for that.
    But aligning the Paypal button can be done by adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .single_variation_wrap .woocommerce-variation-add-to-cart {
        display: flex;
    }

    Best regards,
    Nikko

    #1195460

    Great, thank you very much. We get to at least “Anfrage stellen” still next to PayPal. Is currently one line further below.

    #1195476

    Hi Heimkinopartner,

    You’re welcome, please replace the code I gave to this one:

    #top .single_variation_wrap {
        display: flex;
        align-items: center;
    }
    
    #top .single_variation_wrap .woocommerce-variation-add-to-cart {
        display: flex;
        flex-basis: 434px;
    }

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.