Hello ,
I want to remove my logo on left side , but I dont now how to make that?
Can you help me ?
http://goridar.weboteka.info
Regards
Hey Zaccc!
Thank you for using Enfold.
You can remove the logo with this:
strong.logo {
display: none;
}
Best regards,
Ismael
Hi ,
I want to wright move to left side , that is not on center.
Regards
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}
Cheers!
Yigit
Thank you for your help.
Can you just tell me how to put down logo it is to much on top?