1. gigiograndi
  2. Commercial Templates
  3. Monday, 06 October 2014
  4.  Subscribe via email
Hy, look at theese: http://www.janabenessere.it/

How could I "centralize" menu items in hornav?

Tnx
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming I understand you correctly try adding the following to the end of your templates template.css (../templates/j51_oxygen/css/template.css) ..


#hornav {
text-align: center;
}
#hornav ul {
display: inline-block;
}
#hornav li {
width: auto;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
TNX a lot, close to what i mean, but, we need to expand width to fit all the hornav area. Is it possible?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You appear to have already found a solution to this issue?

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

I keep your solution in standby, because with that, menu items goes right, but width seems to be "unfitted".

Now take a look at http://www.janabenessere.it with your solution applied
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Could you try adding the following in to your Custom CSS field instead...


#hornav ul a, #hornav .separator {
padding: 4px 33.5px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Exactly what we need!

Thans so Much Ciarán!
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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