1. Eric_S
  2. Commercial Templates
  3. Monday, 11 April 2016
  4.  Subscribe via email
The items in the hornav menu are in a different order that how they are organized in the back end. The menu items are presented in the correct order in the footer menu though. How can I make them the same? What file do I need to edit?

hornav:
HOME, BLOG, GALLERY, --logo-- DOWNLOADS, CONTACT, SITE MAP <- links to the right of the logo are in reverse order

Footer menu:
HOME, BLOG, GALLERY, CONTACT, SITE MAP, DOWNLOADS

Thanks.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Eric

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


.hornav > ul {
text-align: right;
}
.hornav > ul > li {
display: inline-block;
float: none;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
That worked perfectly. Thanks.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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