Joomla模板调整模块位置

时间:2016-02-18 12:57:25

标签: php html css templates joomla

我正在使用火箭主题的嵌合模板。 林克: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”。

1 个答案:

答案 0 :(得分:0)

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