【问题标题】:Joomla frontend publishing options not shown correctlyJoomla 前端发布选项未正确显示
【发布时间】:2016-05-19 14:43:31
【问题描述】:

我正在使用 Bootstrap 创建一个 Joomla 模板。
在前端编辑时,某些选项显示不正确。
例如:“类别”下的选项。
网址:https://test.wouterschaeffer.nl/
使用名称登录:测试密码:用户
编辑页面(向下箭头菜单)并转到发布

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

【问题讨论】:

  • 仅凭这些数据很难猜到。您需要提供您的网址,因为它可以是 css 或 js 或您的编码问题。你能提供更多细节吗?

标签: joomla frontend


【解决方案1】:

在您的 CSS 中添加以下行:

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

或固定宽度:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-03-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-02-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多