【发布时间】: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