- Posts: 12
- Thank you received: 0
Top Menue Too far to the right
-
legend
Inactive member - Topic Author
- New Member
Less
More
12 years 8 months ago #17798
by legend
Top Menue Too far to the right was created by legend
The tp menue has drifted too far to the right off the screen.
chagrinheating.com/
I would like it centered or left
chagrinheating.com/
I would like it centered or left
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17808
by ivan.milic
Replied by ivan.milic on topic Re: Top Menue Too far to the right
layout.css:
#topmenu_c {
background: url(../images/topmenu_bg.png) repeat-x;
margin: 0 8px;
height: 65px;
}
change
margin: 0 8px;
to
margin: 0 0px;
#topmenu_c {
background: url(../images/topmenu_bg.png) repeat-x;
margin: 0 8px;
height: 65px;
}
change
margin: 0 8px;
to
margin: 0 0px;
Please Log in to join the conversation.
-
legend
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
12 years 4 months ago #21151
by legend
Replied by legend on topic Re: Top Menue Too far to the right
I made thes changes and the menu is still to far to the right on Firefox and ie9
chagrinheating.com/
chagrinheating.com/
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #21158
by ivan.milic
Replied by ivan.milic on topic Re: Top Menue Too far to the right
add
#topmenu_pad > div{
float:none!important;
}
#topmenu_pad > div{
float:none!important;
}
Please Log in to join the conversation.
Time to create page: 0.156 seconds