- Posts: 24
- Thank you received: 0
How to insert bigger logo?
-
xaxier
Inactive member -
Topic Author
- Member
-
Less
More
12 years 2 months ago - 12 years 2 months ago #24004
by xaxier
How to insert bigger logo? was created by xaxier
Hi There,
Can you please advice the parameter that I would need to change if I need to insert a logo that the height is bigger than 87 px?
If I insert a logo height that is above 87 px, it will overlap the top menu.
Is there a possibility to place the menu in the middle as well? Please advice.
Thanks in advance
Can you please advice the parameter that I would need to change if I need to insert a logo that the height is bigger than 87 px?
If I insert a logo height that is above 87 px, it will overlap the top menu.
Is there a possibility to place the menu in the middle as well? Please advice.
Thanks in advance
Last edit: 12 years 2 months ago by xaxier.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #24015
by ivan.milic
Replied by ivan.milic on topic How to insert bigger logo?
In layout.css:
.logo {
width: 50%;
height: 87px;
float: left;
}
change height: 87px;
.logo {
width: 50%;
height: 87px;
float: left;
}
change height: 87px;
Please Log in to join the conversation.
-
xaxier
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 24
- Thank you received: 0
12 years 2 months ago #24023
by xaxier
Replied by xaxier on topic How to insert bigger logo?
Hi Ivan,
When I changed the value to 200px and insert the logo, it overlap the menu and it looks bad..
Please advice how to move the menu down to accommodate the bigger logo. Thanks
When I changed the value to 200px and insert the logo, it overlap the menu and it looks bad..
Please advice how to move the menu down to accommodate the bigger logo. Thanks

Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #24028
by ivan.milic
Replied by ivan.milic on topic How to insert bigger logo?
send link
Please Log in to join the conversation.
-
xaxier
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 24
- Thank you received: 0
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #24036
by ivan.milic
Replied by ivan.milic on topic How to insert bigger logo?
yes also change :
.header_wrap {
height: 87px;
}
also in layout.css
.header_wrap {
height: 87px;
}
also in layout.css
The following user(s) said Thank You: xaxier
Please Log in to join the conversation.
Time to create page: 0.286 seconds