- Posts: 7
- Thank you received: 0
Resizing logo variable makes template weird
-
estacey2011
Inactive member - New Member
Less
More
13 years 6 months ago #8828
by estacey2011
Replied by estacey2011 on topic Re: Resizing logo variable makes template weird
Great template..
I was doing the logo size change too, and I noticed a small (1 px) white border on either side of the header.. It appears in the demo as well.
What could possibly be edited to remove it.. or color it the same as the style?
I know, "It's a feature", don't worry about it.. :laugh:
I was doing the logo size change too, and I noticed a small (1 px) white border on either side of the header.. It appears in the demo as well.
What could possibly be edited to remove it.. or color it the same as the style?
I know, "It's a feature", don't worry about it.. :laugh:
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8836
by ivan.milic
Replied by ivan.milic on topic Re: Resizing logo variable makes template weird
In layout.css you have:
.wrapper_right_edge {
background: url(../images/edge_right.png) top right no-repeat;
}
and
.wrapper_left_edge {
background: url(../images/edge_left.png) top left no-repeat;
}
remove background properties.
.wrapper_right_edge {
background: url(../images/edge_right.png) top right no-repeat;
}
and
.wrapper_left_edge {
background: url(../images/edge_left.png) top left no-repeat;
}
remove background properties.
Please Log in to join the conversation.
-
Stafford
Inactive member - New Member
Less
More
- Posts: 1
- Thank you received: 0
12 years 9 months ago #16605
by Stafford
Replied by Stafford on topic Re: Resizing logo variable makes template weird
I recently changed the logo of my site and made the necessary changes to the search as well as the header, but for some reason the Top Menu is no longer aligned correctly. How do I correct this?
progpalaceradio.com
progpalaceradio.com
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16612
by ivan.milic
Replied by ivan.milic on topic Re: Resizing logo variable makes template weird
Make your logo image bit smaller, then in layout.css:
.logo {
height:199px;
width:485px;
float:left;
}
make height:199px; smaller
.logo {
height:199px;
width:485px;
float:left;
}
make height:199px; smaller
Please Log in to join the conversation.
Time to create page: 0.095 seconds