Jump to content

[SOLVED] Product Attributes Drop Down Box Width


Gereon

Recommended Posts

Hi,

I would like to change the size of the attributes drop down box, but I do not know how to do it. I am using prestashop 1.7.8.0 and template warehouse ver. 4.5.0. Unfortunately my support for warehouse template has expired. In the template backoffice there is a feature for pasting Custom Css code, but i do not know where to start with to change the size of this drop down box (I would like to make it much wider than default settings). Could you please help me with this issue? Thanks in advance

Wiktor

warehouse backoffice.jpg

Edited by Gereon (see edit history)
Link to comment
Share on other sites

Thank you JBW. One final question: After adjusting min and may width, should I paste this code:

.product-variants>.product-variants-item .custom-select2 {
    display: inline-block;
    min-width: 6rem;
    max-width: 14rem;
}

or with element. style?:

 

element.style {
}
.product-variants>.product-variants-item .custom-select2 {
    display: inline-block;
    min-width: 6rem;
    max-width: 14rem;
}

Link to comment
Share on other sites

  • Gereon changed the title to [SOLVED] Product Attributes Drop Down Box Width

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...