i am using the gamemagazine template and I would like to add a new modulposition on the top right of the site where I can put a topmenu and 2 or 3 social media buttons (FB and Twitter) just like in the template "boutique". See the screenshot:
Is that possible?
I read a lot about adding new positions, but your templates seem to be more complex, I already added the position called "nav_top" into the TemplateDetails.xml and I guess I have to enter something like
- Code: Select all
in index.php
<div id="nav_top">
<div class="box box1"> <jdoc:include type="modules" name="nav_top" style="xhtml" /></div>
<br clear="all" />
</div>
--------------------
in template.css
div#nav_top{
float:right;
text-align:right;
margin-right: 100px;
margin-top: 10px;
}
please help me out
thanks stefan