Hello ,
I want to remove my logo on center , but I dont now how to make that?
Can you help me ?
I have put .html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}
Regards
Hey Zaccc!
Can you post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
If you would like to delete logo, Ismael posted you this code – https://kriesi.at/support/topic/remove-logo-to-left/#post-356592
then you said you would like to move your logo to left side and i posted you this code – https://kriesi.at/support/topic/remove-logo-to-left/#post-356898
and now your logo is on the left – http://i.imgur.com/rGXEgiW.jpg?1
Regards,
Yigit
Hello,
Logo is on left site but I want to be on left in center now is on top. To looks little better than now.
Regards
Hi!
Please add following code to Quick CSS as well
strong.logo {
top: 30px;
}
Cheers!
Yigit
Hey!
Add this on Enfold > General Styling > Quick CSS:
.logo img {
top: 30px;
}
Regards,
Ismael
Thank you ,
You can close a ticket.
Regards