【问题标题】:Joomla template resize module positionJoomla 模板调整模块位置
【发布时间】:2016-02-28 23:34:28
【问题描述】:

我正在使用 Rockettheme 的嵌合体模板。 林克:http://www.rockettheme.com/docs/joomla/templates/chimera/positions.md

我需要降低“topfullwidth”模块位置的高度(模板文件中的某个位置,设置中没有选项)。

我在 index.php 文件中搜索了“topfullwidth”,但我发现的只有以下内容:

<?php /** Begin TopFullWidth **/ if ($gantry->countModules('topfullwidth')) : ?>
<div id="rt-topfullwidth">
    <?php echo $gantry->displayModules('topfullwidth','basic','standard'); ?>
    <div class="clear">
    </div>
</div>
<?php /** End TopFullWidth **/ endif; ?>

尺寸设置在哪里,以便我可以更改其值?我想我应该在 css 文件中查找它,但是有很多不同的文件,我在模板的 css 文件夹中的任何文件中都找不到“topfullwidth”。

【问题讨论】:

  • @MirkoMikan 感谢您的回复,如果其他人有类似问题,我找到了解决方案并回答了我的问题

标签: php html css templates joomla


【解决方案1】:

我想出了一个答案:在你的模板文件夹中有一个 css 文件夹,你必须在其中创建一个名为 template-name_custom.css 的文件在这个 css 中你可以定义自己的样式。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-06-27
    • 2023-03-28
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多