• Resolved blouogiesza

    (@blouogiesza)


    Hello

    Can someone give me some advice? I have WooCommerce and Garden hub theme installed.

    But I have an issue the quantity and price are not displaying right I want it underneath of each other.

    What is the css what I need to change to accomplish this.

    Hope someone has some advice for me

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @blouogiesza!

    You can try the following CSS code to resolve the issue:

    .col-xs-6 {
        width: 75%;
    }

    This CSS code can be added to the “Additional CSS” section found in your customizer.

    Cheers!

    Thread Starter blouogiesza

    (@blouogiesza)

    @rynald0s

    Thank you!

    I pasted in the following:

    .woocommerce div.product form.cart .col-xs-6 {
        width: 75%;
    }
    • This reply was modified 4 years, 6 months ago by blouogiesza.
    Plugin Support Thu P. a11n

    (@thup90)

    Hi there,

    I’m glad the CSS worked for you. I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘price padding’ is closed to new replies.