inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Aug 8, 2013 14:09:00 GMT -8
How do I move the menu into the banner to make it a part of the banner in v5? And how do i move the buttons left or right some?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 11, 2013 1:09:02 GMT -8
Teg, There might be a cleaner more logical way to do this but you can just go to your style sheet..... Admin > Themes> Advanced Styles & CSS> Style Sheet ....and add this to the bottom of the style sheet: /*move menu*/ #navigation-menu{ position: relative; top: -100px; left:10px; } I noticed if you move it too far to the right it cuts off the login info so something may have to be done with that if you want it far to the right. If you want it more to the left, just make the 10 a negative number.
|
|