Click here to Skip to main content
15,867,594 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I apologize in advance if the simplicity of this question frustrates someone.
I have build site using wordpress twenty eleven theme
I want to change location for two of my menus and put them in right corner of header.
I want to group three menus to left of header(home,features,support) and two to the right of header(login,signup),currently all are left aligned.
I am new to wordpress so any help would be appreciated.
Posted
Updated 31-Aug-12 0:51am
v2

1 solution

:) i did it myself,little changes in style.css
CSS
.page_item.page-item-16 {
position: absolute;
left:415px;
}

.page_item.page-item-18 {
position: absolute;
left:420px;
}
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900