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?
Thanks
Hi,
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.
Thanks
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
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
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