How to change logo (image) position and size...

GK User
Wed Jan 23, 2013 3:02 pm
Hi,

I am trying The World News II on a fresh install of Joomla 3 + K2.
While installation is a a breeze, finding "straight to the point" documentation is a bit difficult.

Could anyone please tell me how to:
1- change position of logo from center to right?
2- Logo keeps changing its original size, and no matter how big or small of an image (.png) I use, it keeps default size. How may I control that?

Thank you,
User avatar
Junior Boarder

Konrad M
Thu Jan 24, 2013 8:02 am
Hi,
please try add to override.css
Code: Select all
h1#gkLogo {
margin: 0;
float: left;
}
h1#gkLogo a.cssLogo {
height: 50px;
width: 390px;
margin: 0;
}

and set width and height as same as your image logo. Remember to enable override.css option in template settings.
User avatar

GK User
Thu Jan 24, 2013 9:46 am
Thank you for the reply,
While the floating left worked very nicely, size is still an issue... no matter how large or small are the parameters, the logo doesn't change size.
User avatar
Junior Boarder

Konrad M
Thu Jan 24, 2013 9:47 am
Please give me url to your site.
User avatar

GK User
Thu Jan 24, 2013 9:50 am
User avatar
Junior Boarder

Konrad M
Thu Jan 24, 2013 9:54 am
Please add:
Code: Select all
h1#gkLogo a img {
height: 252px;
max-width: 722px;
}

and change my first code to this one:
Code: Select all
h1#gkLogo {
margin: 0;
float: left;
top:0;
}
User avatar

GK User
Thu Jan 24, 2013 10:01 am
well done!

Thank you :)
User avatar
Junior Boarder

GK User
Mon Oct 26, 2015 2:59 pm
greetings,
i have tried changing the gk_hotel logo position from center to left without success. it is a logo.png. please help.
www.horizonstrustgambia.org (under construction)
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.