我如何 move/create 我的 magento 网上商店的导航在顶部

How do I move/create the nav of my magento webshop in the top

大家好,我是新来的,绝对是 Magento 1.9 的新手。我目前正在这家公司实习,我的工作是让网上商店的设计类似于 (screenshot_1How it looks right now ) and this is how it should look Screenshot_2 所以是的,我实际上是一名设计师,但我与 Html 和 Css 这些是我目前学习的仅有的两种语言,所以我对 xml 和 phtml 以及 php 的任何东西都不了解。我可以访问后端和 FTP 的网站只是想让它看起来像 screenshot_2。导航真的很烦人,因为它只出现在左侧或右侧,我不知道其他 3 种语言。请帮助

转到磁电机根文件夹 第 1 步:app\design\frontend\Your 主题 pakage\your theme\template\page\html

如果你使用 rwd 主题那么 (app\design\frontend\rwd\default\template\page\html)

第 2 步:打开 header.phtml

第 3 步:移动

<div id="header-nav" class="skip-content">
        <?php echo $this->getChildHtml('topMenu') ?>
    </div> 

在您需要的底部。

第 4 步:保存