|
23.11.2025 15:41
|
|
sglodek
Name: Siegbert Glodek
31.03.2012
Posts: 21
|
change size of element in product-view
Hello,
where can I change the width of the product-options-field (see picture in attachment)?
best regards
Siegbert
Joomla: 5.4 JoomShopping: 5.8.2
|
| |
|
23.11.2025 15:59
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 28243
|
Aw: change size of element in product-view
I don't understand what this is.
Take a screenshot of the entire page.
or
English version
|
| |
|
26.11.2025 08:17
|
|
sglodek
Name: Siegbert Glodek
31.03.2012
Posts: 21
|
Aw: change size of element in product-view
Hi,
this is the screen shown if a user selects a product in the shop.
The product has two option-fields where a customer can chose a single-installation (Einzelplatzversion) or a multiple installation and the kind of multiuser-handling. The text "Einzelplatzsystem" is not shown in full length if the selection-box is closed. I would like to have the closed selection in the same width as the open selection (see green box in the image)
best regards
Siegbert
Last change: 26.11.2025 08:23
|
| |
|
26.11.2025 09:13
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 28243
|
Aw: change size of element in product-view
Change
css
div.jshop_prod_attributes select {
width: 140px;
}
|
| |
|
15.12.2025 21:47
|
|
sglodek
Name: Siegbert Glodek
31.03.2012
Posts: 21
|
Aw: change size of element in product-view
Thank you, I changed it and after clearing the browser-cache all works fine
Last change: 15.12.2025 22:13
|
| |