1. Ale
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 29 June 2016
  5.  Subscribe via email
Hi Ciaran,

How center my menu text in Nadia template? see my web: http://www.porgusto.cl/index.php :ohmy:

there is too much space between the logo and text buttoms.

Thank´s for all!

regards!
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ale

Presuming I understand you correctly try adding the following to the Custom CSS field of your templates parameters...


.hornav > ul > li:first-of-type {
margin-left: 100px;
}
.hornav > ul > li:last-of-type {
margin-right: 100px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran, Thank´s but not work.

I attach an image with my problem.

Regards! (and sorry for my english) :whistle:
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ale

To amend try changing your Custom CSS to the following...


.hornav > ul > li:first-of-type {
margin-left: 214px;
}
.hornav > ul > li:last-of-type {
margin-right: 100px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciaran. It work.
  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!