• Resolved djs5295

    (@djs5295)


    I think the field where you type in the amount or add/subtract quantity is a bit too wide but I cannot see where in the code to edit this. Is there a way to shrink it a little bit?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author bhavik.kiri

    (@bhavikkiri)

    Hi @djs5295

    I apologize for the delay in the response

    You can add the custom CSS in your child themes style.css file.

    Please try below code:

     .content .woocommerce-checkout-review-order input[type="number"]{
        width: 65px;
        padding: 5px 10px;
        text-align: center;
    }

    Please let me know the results

    Note: Before you do any changes to the files, you should take the backup of the website.

    Regards,
    Bhavik

    Thread Starter djs5295

    (@djs5295)

    I tried that with no success. It did not shrink the box at all. It really only needs to move a few pixels. It just looks a little stretched to me.

    Plugin Author bhavik.kiri

    (@bhavikkiri)

    Hi @djs5295

    Can you please let me know that you have added the CSS in the style.css file and uploaded charged on the server? As I’m not able to see it on your website.

    Please confirm.

    Thread Starter djs5295

    (@djs5295)

    I took it out when it didnt work but just put it back in for you. Check it.

    Thread Starter djs5295

    (@djs5295)

    Nevermind, now it worked?thanks

    Plugin Author bhavik.kiri

    (@bhavikkiri)

    I’m glad to know that you are able to fix the issue.

    Regards,
    Bhavik

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Shrink size of Field Box’ is closed to new replies.