1. ziggy
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 23 March 2012
  5.  Subscribe via email
I would like to set a horizontal menu in the footer location. I am using Quiver and the menu shows vertical.. would like to switch that up if i can

thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Chuck

You can add the following to the end of your templates template.css (../templates/j51_quiver/css/template.css)

#footer ul li {
float: left;
margin: 0 0 20px 0;
}
#footer {
width: 755px;
margin: 0 auto;
}


This will float your menu items to the left along side each other.

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
super cool thanks you can see what i am doing to your beautiful template

http://www.xprosportstraining.com/dev/

Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Looking good :)
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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