Hello
I have two questions:
- Is it possible to increase the height of the position of the logo?
- And I want to use the login position to put a menu, is it possible
Thank you in advance for your answers
Federika
h1#gkLogo a.cssLogo { height:100px}
<div id="gkButtons">
<?php if(GK_LOGIN) : ?>
<a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&view=login" id="btnLogin"><?php echo ($userID > 0) ? JText::_('TPL_GK_LANG_LOGOUT') : JText::_('TPL_GK_LANG_LOGIN'); ?></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>
<div id="gkButtons">
<jdoc:include type="modules" name="rightmenu" style="<?php echo $this->module_styles['footer_nav']; ?>" />
</div>
<position>rightmenu</position>