Hello I need a simple tweak in the ENFOLD THEME I want the logo to be positioned on the right and the menu to the left. Please help
thank you love the theme and its amazing power.
Best
Isi
Hey elgingroup!
Please add this on Quick CSS or custom.css:
div .logo {
right: 0;
}
.main_menu {
left: 0;
}
Regards,
Ismael
Thank u very much, the menu does come to the left but the logo disappears ?????
Hello please help as said before the logo simply disappears
Hey!
Can you post the link to your website so we can take a look?
Best regards,
Yigit
Hey!
http://timoset.com/wordpress/ thank you!
Hey!
Please add following code to Quick CSS as well
div .logo {
float: right;
right: 0!important; }
.logo, .logo a, .logo img { max-width: 440px!important;
width: 440px!important; }
If that does not help, please create a temporary admin login and post it here privately by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Best regards,
Yigit
Hi!
I have adjusted left value of logo and it seems to be working fine. Please review your website.
Best regards,
Yigit
Hey!
Please add following code to Quick CSS as well
div .logo { margin-right: -50px; }
@media only screen and (max-width: 480px) {
.logo, .logo a, .logo img {
max-width: 270px!important; }}
Cheers!
Yigit
You are a life saviour thank you thank you thank you