News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

How to get more width on product-custom-fields ?

Started by jantabak, August 02, 2016, 08:10:46 AM

Previous topic - Next topic

jantabak

I try to get some more width on the display of product custom fields. On a trial & error way I made overrides for vm-ltr-site.css and sublayouts/products_horizon.php. I can't find where to modify any style or PHP-code to get some more width on the selectbox dropdown. I added an image of the issue as attachment, the yellow background color is just for testing and point me in the right direction.
Can anyone give me a hint on what file and css-tag I can create some more width at this point?


GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

GJC Web Design

prob easier to uncheck "Use jQuery chosen for dropdowns in FE" on vm config->config->templates

if not something like

.product-field-display .chzn-container, .product-field-display .chzn-drop {
  width: 200px !important;
}
.product-field-display .chzn-drop li {
display.block !important;
}

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

jantabak

Wow, that's it?
I switched off jQuery in VM-config and it's just like I mentioned....
Thank you and best regards!
Jan