Hi, is there a way these 3 positions moved where the submenu position is? Or can an other module position have this pop up function???
Thank you for your time
<?php if(((GK_REGISTER || GK_LOGIN) && !GK_COM_USERS) || $this->modules('pagetop + cart')) : ?>
<div id="gkPageTopFeatures" class="clearfix gkWrap">
<?php if($this->modules('pagetop')) : ?>
<div id="gkPageTopMod">
<jdoc:include type="modules" name="pagetop" style="<?php echo $this->module_styles['pagetop']; ?>" />
</div>
<?php endif; ?>
<?php if(((GK_REGISTER || GK_LOGIN) && !GK_COM_USERS) || $this->modules('cart')) : ?>
<div id="gkPageTopLinks">
<?php if($this->modules('cart')) : ?>
<a href="#" id="btnCart"><?php echo JText::_('TPL_GK_LANG_MY_CART'); ?><span><?php echo JText::_('TPL_GK_LANG_MY_CART_LOADING'); ?></span></a>
<?php endif; ?>
<?php if(GK_LOGIN) : ?>
<a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&view=login" id="btnLogin"><?php echo $btn_login_text; ?></a>
<?php endif; ?>
<?php if(GK_REGISTER) : ?>
<a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&view=registration" id="btnRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
<?php endif; ?>
</div>
<?php endif; ?>
</div>
<?php endif; ?>
<?php if($this->modules('banner2')) : ?>
#gkSubmenuMod{
float:left!important;
width: auto!important;
margin-left:335px;
}
#gkMainMenu > div.gk-menu > ul{
margin-right:50px;
}
