- Thank you received: 0
Larger Logo = Wrong Menu Alignment
-
atomicdev
-
Topic Author
- New Member
-
Less
More
14 years 1 month ago #5527
by atomicdev
Replied by atomicdev on topic Re: Larger Logo = Wrong Menu Alignment
OK. I've removed your first piece of advice and now you will see what I am talking about. I need the menu where it is but further to the left, does that make sense?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 1 month ago #5537
by ivan.milic
Replied by ivan.milic on topic Re: Larger Logo = Wrong Menu Alignment
Ok then now just add this to css:
#nav
{
position: relative;
left: -200px;
}
Change value of -200px to what ever fits you.
#nav
{
position: relative;
left: -200px;
}
Change value of -200px to what ever fits you.
Please Log in to join the conversation.
-
atomicdev
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
14 years 1 month ago #5543
by atomicdev
Replied by atomicdev on topic Re: Larger Logo = Wrong Menu Alignment
that worked! cheers man!
Please Log in to join the conversation.
Time to create page: 0.097 seconds