This topic has 7 replies, 3 voices, and was last updated 10 years, 7 months ago ago by Eva Kemp
I haver chosen the first header type, but want to keep the logo centered when i dissable the search option.
Hello, @TheBarfly
For this you need to implement a small customization with custom.css file. You may provide your site link and we will have a look.
Regards
Hello,
You need to add the following code to custom.css file:
@media(min-width:980px) and (max-width:1199px){
.header5 .logo, .header6 .logo, .header1 .logo, .header7 .logo {
position: relative;
left: 325px;
}
}
@media(min-width:1200px){
.header5 .logo, .header6 .logo, .header1 .logo, .header7 .logo {
position: relative;
left: 330px;
float:left !important;
}
}
Please try this and reply back if the problem persists.
Regards,
Eva Kemp.
Hello,
Sorry for a long delay.
We’ve fixed the issue and now the logo is placed in center.
Please check.
Regards,
Eva Kemp.
No problem… perfect !! thanx for the effort.
You are welcome.
Regards,
Eva Kemp.
The issue related to '‘Center logo’' has been successfully resolved, and the topic is now closed for further responses