Logo in different position

Support desk for Villa Belluci Joomla Hotel Template
GK User
Fri Oct 30, 2015 5:12 pm
Hi,

I will like to know how can I put the logo in other position.

menu.png


thank you
User avatar
Expert Boarder

GK User
Sat Oct 31, 2015 1:18 am
I use this....

For the logo

Code: Select all
  #gkLogo {
position: absolute; float: none; top: 0px; left: 120px;
}


And for the menu

Code: Select all
#gkHeaderNav > div {
  margin: 0 auto;
  max-width: 1240px;
  min-height: 150px;
  padding: 15px 0 0 0;
  position: relative;
  width: 100%;
}
User avatar
Expert Boarder

GK User
Sat Oct 31, 2015 2:01 pm
I'm glad you could solve it out.
User avatar
Moderator


cron