Joomla 前端发布选项未正确显示
Joomla frontend publishing options not shown correctly
我正在使用 Bootstrap 创建 Joomla 模板。
在前端编辑时,某些选项显示不正确。
例如:'Categorie'下的选项。
url: https://test.wouterschaeffer.nl/
登录名:test 密码:user
编辑页面(向下箭头菜单)并转到发布
我找不到解决办法,希望有人能帮助我。
将以下行添加到您的CSS:
.chzn-container {
width: 100%!important;
}
或固定宽度:
.chzn-container {
width: 200px!important;
}
我正在使用 Bootstrap 创建 Joomla 模板。
在前端编辑时,某些选项显示不正确。
例如:'Categorie'下的选项。
url: https://test.wouterschaeffer.nl/
登录名:test 密码:user
编辑页面(向下箭头菜单)并转到发布
我找不到解决办法,希望有人能帮助我。
将以下行添加到您的CSS:
.chzn-container {
width: 100%!important;
}
或固定宽度:
.chzn-container {
width: 200px!important;
}