Small logo

February 2014 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jun 05, 2014 4:40 pm
Reply with quote
Report this post
banner.jpg
When trying to overide the logo when scrolling down, the login button is not fitting in the window. This is the override that is am using:

.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
background-image: url('https://cdn.gavick.com/images/Sponsoren/gosport.png');
}
#gkLogo.cssLogo, #gkLogoSmall.cssLogo {
transparent;
height: 50px;
width: 90px;
}
My website is vepvoetbal.nl
User avatar
Senior Boarder

GK User
Thu Jun 05, 2014 7:17 pm
Reply with quote
Report this post
Its simple math issue - you add aditional element to a row, where even without it elements occupies almost entire width. Try reducing menu's elements width:
Code: Select all
.gkMenu > ul > li > a {
padding: 0 26px;
}
User avatar
Moderator


cron