MyBB Community Forums

Full Version: Search Box Panel Problem!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to send a private message and I click on the search box panel that allows us to find users but I encountered a problem. When I click on the Search Box Panel, the panel shrinks from 178 pixels to 20 pixels.

https://kizlarerkekler.com/private.php?action=send
Try doing this..
Go to your file jscripts/select2/ Edit the select2.css

Search >
.select2-container-multi .select2-choices .select2-search-field input

Add this inside css >
width: 250px !important;

I've added 250px but it's your choice what you would like and prefer.
(2021-04-09, 03:10 PM)Livewire Wrote: [ -> ]Try doing this..
Go to your file jscripts/select2/ Edit the select2.css

Search >
.select2-container-multi .select2-choices .select2-search-field input

Add this inside css >
width: 250px !important;

I've added 250px but it's your choice what you would like and prefer.


Thank you it worked!