Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1181110

    Hi,

    I am trying an official woocommerce extension if it is suitable for the business logic or not. However, when I add length the table or the div is so big horizontally. How can I decrease the size of it?

    https://ibb.co/k2tCPLH

    Thanks

    • This topic was modified 4 years, 10 months ago by samkamakina.
    #1181247

    Hi,

    https://ibb.co/d5wzqF4

    Update: I added this code below inside quickcss. That decreased the size.

    #price_calculator {
    width: 200px;
    }

    However, there are 2 things I want to ask you.

    1-) There is a background color. How can I disable it. It is the same as the active tab background.
    2-) How can I decrease the size of second td? For the input area the size is wide. It is 116×62.

    https://ibb.co/F8jqhXM

    Thanks

    • This reply was modified 4 years, 10 months ago by samkamakina.
    #1181471

    Hi samkamakina,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1181978

    Hi,

    I have created a user name and a pass and added the link.

    For another site I have used this code below for the input field. The theme is different but I could not point out the element with the style in this theme.

    #price_calculator input {
    border: 1px solid #696969;
    width: 50px;
    margin-left: 20px;
    }

    Thanks

    #1183049

    Hi samkamakina,

    You can remove the background color using this CSS code.

    #price_calculator, 
    #price_calculator tr.price-table-row {
        background-color: transparent;
    }

    For clarity’s sake so we can visualize what you’re trying to accomplish, can you give us a screenshot or maybe a link to your other site? so we can have a comparison and you give you the exact CSS code.

    Best regards,
    Nikko

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