How to increase logo width

AppSite - Professional Business Template for Joomla support forum.
GK User
Fri Jan 04, 2013 12:46 pm
Hello Team,

I'm creating a new website with appsite template: www.inverterforex.com

I need to set a bigger logo, the same height but a bigger width, like for example 600px.

Could you please help me indicating what's necessary to do.

In addition, could you please tell me how to set a module in logo position? I'm not sure about the position's name.

Thanks in advance.
Mohamed.
User avatar
Fresh Boarder

Konrad M
Fri Jan 04, 2013 12:59 pm
Hi,
logo position is a special position only for your logo. To put your module there you will need to create new mosule position. Please read this https://www.gavick.com/documentation/jo ... -position/
To fix your logo please add to override.css
Code: Select all
h1#gkLogo a img {
height: 91px;
width: 258px;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Wed Jan 09, 2013 12:49 pm
Konrad M wrote:Hi,
logo position is a special position only for your logo. To put your module there you will need to create new mosule position. Please read this https://www.gavick.com/documentation/jo ... -position/
To fix your logo please add to override.css
Code: Select all
h1#gkLogo a img {
height: 91px;
width: 258px;
}

and remember to enable override.css option in template settings.


Hi this last code this right

<?php if($this->modules(‘myposition’)) : ?>
<div>
<jdoc:include type=”modules” name=”myposition” style=”<?php echo $this->module_styles['myposition']; ?>” />
</div>
<?php endif; ?>

because the rest works, only the latter gives error
User avatar
Senior Boarder

Konrad M
Wed Jan 09, 2013 4:30 pm
Probably you copied and pased code from article. Please change this cuotes
Code: Select all
‘’
to
Code: Select all
 ''

and this
Code: Select all
””
to
Code: Select all
""
becasue when you copy it, editor change them and it make issues.
User avatar

GK User
Thu Jan 10, 2013 10:19 am
Hello Team,

thanks for your help. It helped me to solve the issue: www.inverterforex.com

Regards.
Mohamed.
User avatar
Fresh Boarder


cron