1. rocket_marc
  2. Commercial Templates
  3. Wednesday, 25 November 2015
  4.  Subscribe via email
Having recently bought the Revolve template and already want to change the Main Menu structure of it. :huh:

I would like the Menu to change in this that the logo is left aligned and de Main Menu aligned to the right.
(I should have bought Creative because of its menu structure, but the rest of Revolve was better for me.)
So it will look like this:
(Left side)Logo - 'space left' - Home – Second Menu – Third Menu – Forth Menu - etc. - etc.- (Right side)

I already found this CSS code the get rid of the space above and under the logo (height of the logo image will determine height of the hole menu zone:
#header {
padding-bottom: 2px;
}
#header {
padding-top: 2px;
}

Is it possible to change this with custom CSS code?
Thank you very much for your help!
Marc
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Marc

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


#header {
text-align: left;
}
.hornav {
text-align: right;
}
.hornav > ul {
width: auto;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks, this works realy fine for me ;)
Marc
  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!