VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: sandomatyas on September 22, 2023, 12:27:30 PM

Title: Admin dropdown layout issues
Post by: sandomatyas on September 22, 2023, 12:27:30 PM
Here a test site of mine with Joomla 4.3.4 and VM 4.2.2
As you can see there is some issues with the chosen type multiselect fields' width when nothing is selected.
Is it possible to fix the layout?
(https://i.postimg.cc/QM3bKqZM/k-p.png)

Also tehere is a "vendor" label, but no field.
Title: Re: Admin dropdown layout issues
Post by: sandomatyas on December 11, 2023, 17:05:05 PM
Any confirm? Or fix? :)
Title: Re: Admin dropdown layout issues
Post by: Kousis-Underwear on March 05, 2024, 14:09:36 PM
We have tha same issue! Any fix? Can be javascript conflict?
Title: Re: Admin dropdown layout issues
Post by: Roderic on March 05, 2024, 14:28:11 PM
fixed in a soon to be released VirtueMart

Change this line in

administrator/templates/vmadmin/html/com_virtuemart/assets/css/default-white-blue.css

to

select + .chosen-container {
max-width: 220px !important;
min-width: auto;
width: auto !important;
}
Title: Re: Admin dropdown layout issues
Post by: Milbo on March 25, 2024, 20:47:28 PM
Guys, I got at least 5 "fixes" and none of them worked correctly. Imho currently it is so, it can be minimum size. Reloading the page fixes the issue. that is the best fix, currently.

Here our fixes
https://dev.virtuemart.net/projects/virtuemart/repository/virtuemart/diff/trunk/virtuemart/administrator/templates/vmadmin/html/com_virtuemart/assets/css/default-white-blue.css?utf8=%E2%9C%93&rev=10985&rev_to=10963