• Resolved rishabht

    (@rishabht)


    I use the woostify theme. As you search any product with fibosearch, at the end of the details panel, the qty box does not show the increase/decrease arrows and the box itself is too wide thus pushing half of the add to cart button one line bellow.
    Secondly, our currency is INR, so enabling show price option pushes the last digit down one line.
    Any fix for this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Please share your site address so I can check.

    Best regards,
    Clint

    Thread Starter rishabht

    (@rishabht)

    Hi Clint,

    Thank you for your response!

    Later that day I inspected the element in the browser and changed the qty box width from 170px to 100px with the following CSS and everything was aligned perfectly.

    .quantity {
        width: 100px;
    }

    Thank you for your time.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with qty and add to cart button in details panel’ is closed to new replies.