reduce the drop down box width
Feb 26, 2015 10:52 am by raunhar
Feb 26, 2015 10:52 am by raunhar
Joomla 3.4
URL: http://www.discoverindiatravel.com/new/
the dropdown is going out of the module box.
how do I reduce the dropdown field width so that it fits in the box.
checked the default.php file but could not find any thing to edit.
Re: reduce the drop down box width
Feb 26, 2015 11:30 am by Yana
Feb 26, 2015 11:30 am by Yana
Hi,
You can edit http://www.discoverindiatravel.com/new/ ... efault.css file
and add for example width: 90%;
line 132
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
border-radius: 0;
box-sizing: border-box;
color: #999999;
width: 90%;
}
Re: reduce the drop down box width
Feb 26, 2015 12:04 pm by raunhar
Feb 26, 2015 12:04 pm by raunhar
Thanks.
Its done.
I hope it does not affect any other form or module.
Re: reduce the drop down box width
Feb 26, 2015 12:07 pm by Yana
Feb 26, 2015 12:07 pm by Yana
You are welcome.
SIMILAR TOPICS
Drop down is not working??? | Sep 30, 2018 11:05 am | Replies: 1 | Post by: vijayparmar |
Drop down is not working | Jun 26, 2017 5:15 am | Replies: 2 | Post by: info_md |
Drop down in the main menu | Aug 15, 2016 6:45 am | Replies: 3 | Post by: cubicconstructon |
Keep Drop Down to Native Language? | Jul 7, 2016 8:37 pm | Replies: 5 | Post by: CreativeDC |
How to show Title & Drop down horizontally on the same line | Apr 16, 2016 6:01 pm | Replies: 3 | Post by: amsharma |