[Resolved] Need help aligning my image logo and navigation bar elements
-
Hey guys, need some help here with aligning the header bar of the default buddypress theme.
I am trying to use an ‘image logo’ and left align the ‘navigation menu’. This is the result I want:
My Image Logo
Home|Create|MembersWhat is happening right now is:
———————————-
|My Image Logo
———————————–
| | | Home|Create|Members
———————————–I am not sure what I am doing wrong.
Here is the css for the nav bar that I am using:
#navigation #nav {
margin: 40px 0 0 20px;
list-style: none;
padding: 0;
float: left;
border: 1px solid #000;}
CSS for the h1 tag:
#header h1 {
float: left;
margin-bottom: 0;
margin-top: 0;
color: #000;
border: 1px solid #000;}
- The topic ‘[Resolved] Need help aligning my image logo and navigation bar elements’ is closed to new replies.