Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #980183

    Hi, how can I make the following changes in my product page?

    Add some spacing between the price and the buy button below.
    Move the quantity selector to the right and the add to cart button to be on the left of the quantity selection.

    Thanks!

    #980709

    Hey DROR,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .rtl #top .woocommerce-variation-add-to-cart.variations_button {
        flex-direction: row;
    }
    
    

    Best regards,
    Yigit

    #981053

    Hi, that didn’t make any change. One CSS line can move the quantity to the right, the add to cart button to the left and add spacing between the price and the button below?

    What am I missing here?

    #982375

    Hi bakbek,

    I get a 404 on the link, did you move the page or do I need credentials to see it?

    Best regards,
    Victoria

    #982682

    Sorry about that, the correct link is attached.

    #982868

    Hi,
    When I look at your page, I don’t see the price above the button, but this code can switch the button and the quantity around:

    #top.rtl .woocommerce-variation-add-to-cart.variations_button {
        flex-direction: row !important; 
    }

    Please see screenshot in Private Content area.

    Best regards,
    Mike

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