1. brnorman
  2. Commercial Templates
  3. Tuesday, 16 May 2017
  4.  Subscribe via email
Using the Kodaline template - need to have the menu appear below the logo instead of alongside as the logo is very long.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your logo and menu?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Yes: http://www.brucenorman.com/kodaline

I think I have the menu forced below with flloat: left -- the remaining problem is the responsive menu when window gets small is overlapping the logo.

Here is my current custom css:

.hornav{
float: left;
}
.hornav > ul > li > a {
font-size: 20px;
margin-top: 160px;
}
.logo{
padding-bottom: 50px;
}
.hornav ul li a:hover {
color: #33457F;
background:white;
}
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters...

@media only screen and (max-width: 1140px) {
.logo {
padding-top: 70px;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks! I think that will do it.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!