- Posts: 12
- Thank you received: 0
Resizing logo Cause menue to shift left
-
legend
Inactive member - Topic Author
- New Member
Less
More
13 years 3 months ago #11107
by legend
Resizing logo Cause menue to shift left was created by legend
I resized my logo and now the Top Menue is squezed into a smaller size and double decker instead of single
drillbushing.net/
drillbushing.net/
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #11113
by ivan.milic
Replied by ivan.milic on topic Re: Resizing logo Cause menue to shift left
You also need to alter:
.logo {
height: 130px;
width: 700px;
float: left;
}
in layout.css
.logo {
height: 130px;
width: 700px;
float: left;
}
in layout.css
Please Log in to join the conversation.
-
legend
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
13 years 3 months ago #11114
by legend
Replied by legend on topic Re: Resizing logo Cause menue to shift left
I did that and I still have the menue problem also made the header 130px
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #11115
by ivan.milic
Replied by ivan.milic on topic Re: Resizing logo Cause menue to shift left
hmmm, if you put 120px menu returns to right position, also maybe I don't understand what are you trying , can you please describe problem in some other words.
Please Log in to join the conversation.
-
legend
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
13 years 3 months ago #11116
by legend
Replied by legend on topic Re: Resizing logo Cause menue to shift left
When I made the logo larger the menu went from being allighed on the left to being pushed to a double decker menu and squezzed right
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #11119
by ivan.milic
Replied by ivan.milic on topic Re: Resizing logo Cause menue to shift left
Ok you have:
.logo {
height: 135px;
width: 700px;
float: left;
}
and you have:
.header {
height: 135px;
margin: 0 auto;
}
"height" of header class must be always less from logo class at least 10px, and now bot are same:
eater set it to 145 in .header , or 125 in .logo
.logo {
height: 135px;
width: 700px;
float: left;
}
and you have:
.header {
height: 135px;
margin: 0 auto;
}
"height" of header class must be always less from logo class at least 10px, and now bot are same:
eater set it to 145 in .header , or 125 in .logo
Please Log in to join the conversation.
Time to create page: 0.164 seconds