• Resolved vitruvian24

    (@vitruvian24)


    Hi guys,

    I would like to ask you for advice, how I can achieve 2 things.

    1) I would like to reduce the width of the middle field to make it smaller and 2) to make it equally aligned with the side buttons + – in one plane.
    Thank you for any advice.

    Platform WP – modul from e-shop – woocoomerce – builder – DIVI.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hannan

    (@phpcoderhannan)

    Hello vitruvian24,

    I have checked your site and Found that current our plugin is not active on your site. so please active our plugin First. after activating our plugin on your site I will try to fix your issue.

    Regards,
    Hannan

    Thread Starter vitruvian24

    (@vitruvian24)

    Hello Hannan,

    try it now please…as you can see a right button is so far from “center” position. So if u can help me on how to get all 3 buttons in one line and with same width. Thank you so much

    Hannan

    (@phpcoderhannan)

    Hello vitruvian24,

    Please add below Custom CSS code on your theme customizer Addition CSS Block.

    .woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
    margin: 0 10px 0 10px !important;
    width: auto;
    overflow: hidden;
    }

    .qib-button-wrapper .quantity input.input-text.qty.text {
    height: 38px !important;
    }

    After adding those Custom CSS codes your button will look like this screenshot ( https://prnt.sc/HZJMdR20nUVg ).

    Regards,
    Hannan

    Thread Starter vitruvian24

    (@vitruvian24)

    I have no words.
    Thank you very much! You helped me a lot. thank you and have a nice day ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Align and shrink middle number button to line’ is closed to new replies.