Joomla前端发布选项未正确显示

时间:2016-05-19 14:43:32

标签: joomla frontend

我正在使用Bootstrap创建一个Joomla模板。
在前端进行编辑时,某些选项无法正确显示。
例如:分类'分类下的选项。 Options in the publishing tab
url:https://test.wouterschaeffer.nl/
使用名称登录:test password:user
编辑页面(向下箭头菜单)并转到发布

我无法找到解决方案,希望有人可以帮助我。

1 个答案:

答案 0 :(得分:1)

将以下行添加到CSS中:

.chzn-container {
   width: 100%!important;
}

或固定宽度:

.chzn-container {
   width: 200px!important;
}