Jump to content

Problem attribute


Recommended Posts

Hello. I am facing the following issue: for product attributes, the box is larger than the text and I can't resolve the problem. I am attaching a picture. Can you please help me? Please note that the theme is jewellery_luxury version 1.1.5. Thank you!

attr.JPG

Link to comment
Share on other sites

Add this css to your custom.css

themes/your_theme/assets/css/custom.css
#product [type=checkbox], #product [type=radio], .product-variants .radio-label, .clearfix.product-variants-item:last-child {
    width: 100%;
}
.product-information .radio-label {
    padding: 2px 10px;
}
.product-variants>.product-variants-item {
    max-width: 100%;
}

.product-variants>.product-variants-item ul li {
    margin-bottom: 10px;
}

 

Screenshot_1.jpg

Link to comment
Share on other sites

55 minutes ago, Ewonta said:

Add this css to your custom.css

themes/your_theme/assets/css/custom.css
#product [type=checkbox], #product [type=radio], .product-variants .radio-label, .clearfix.product-variants-item:last-child {
    width: 100%;
}
.product-information .radio-label {
    padding: 2px 10px;
}
.product-variants>.product-variants-item {
    max-width: 100%;
}

.product-variants>.product-variants-item ul li {
    margin-bottom: 10px;
}

 

Screenshot_1.jpg

Thank you. I did it, but nothing changed. I’m probably doing something wrong. I can't figure out what... This is what the warning says:don't use adjoining classe. unqualified attribute selectors are known to be slow

https://www.alidecor.ro/trusouri-pentru-botez-in-cutie-standard/1297-1754-trusou-de-botez-albinuta-cod-41.html#/76-tip-standard

test22.JPG

Link to comment
Share on other sites

On 2/4/2025 at 2:40 PM, Ewonta said:

Clear the cache

Hello. I made the suggested changes, and now the attributes for the second option (Yes, No) are no longer showing. I’m attaching the link. Can you please guide me?

https://www.alidecor.ro/seturi-complete-botez-fetite/1207-2541-set-personalizat-botez-baby-minnie-cod-02.html#/104-doresti_sa_adaugam_carafa_de_botez-nu

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...