1. mp911
  2. Commercial Templates
  3. Monday, 23 February 2015
  4.  Subscribe via email
Hi all,

I'm building a new web site with the Alexis template,It's realy good. But I have 2 questions please :

1) Move the Hornav menu position : I've found the solution to move the logo and minimize the header size, but now, i cannot move the hornav menu. You can see my problem in the following screenshot :



2) How can I have a Capital letter for each 1st letter of the menu link ?

Thank you very much for your help
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

1. Would you have a URL to an example of this issue?

2. Try adding the following to the Custom CSS field of your templates parameters...


.hornav > ul > li > a {
text-transform: capitalize;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

That's Ok for Capital letters. I'm sorry, but i'm in local development for the moment. So I cannot give you an URL or an admin access.

I just wanna move up and center the hornav menu please. I've tried to modify the nexus.css file, but I don't find the vertical position of hornav menu.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Try something like the following. You may wish to edit to your own taste...


.hornav {
margin-top: -30px;
text-align: center;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Great !

Thank you :)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Can I do the same thing for scrolling Menu of my hornav Menu ?

I'm talking about capital Letter.

If I put :

.hornav > ul > ul > li > a {
text-transform: capitalize;
}

It's not working
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

For your sub menu items you can also add the following...


.hornav ul ul li {
text-transform: capitalize;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect !

Thank you :)
  1. more than a month ago
  2. Commercial Templates
  3. # 7
  • Page :
  • 1


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