- Posts: 134
- Thank you received: 0
How to add logo to Template
-
felipergueza
Inactive member - Topic Author
- Member
Less
More
13 years 1 month ago #12282
by felipergueza
Replied by felipergueza on topic Re: How to add logo to Template
I attacked my logo, but it is overlaid with the menu item.
As I can separate the logo of the menu item?
As I can separate the logo of the menu item?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #12284
by ivan.milic
Replied by ivan.milic on topic Re: How to add logo to Template
in layout.css:
.header {
height: 122px;
margin: 0 auto;
}
.logo {
height: 122px;
width: 50%;
float: left;
}
change height from 122 in both places to some bigger value
.header {
height: 122px;
margin: 0 auto;
}
.logo {
height: 122px;
width: 50%;
float: left;
}
change height from 122 in both places to some bigger value
Please Log in to join the conversation.
-
felipergueza
Inactive member - Topic Author
- Member
Less
More
- Posts: 134
- Thank you received: 0
13 years 1 month ago #12286
by felipergueza
Replied by felipergueza on topic Re: How to add logo to Template
I thank the solution provided, the problem has been solved.
Please Log in to join the conversation.
Time to create page: 0.123 seconds