I tried all kinds of CSS and it won’t budge.
I would just like it to be even with the menu.
Hey KK!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img {
margin-top: 35px;
}
Cheers!
Yigit
Hi Yigit,
That is what I had and it didn’t move. I pasted your code in just in case something was wrong and it still won’t budge.
Hi!
Please try adding !important rule as following
.logo img {
margin-top: 35px !important;
}
Best regards,
Yigit
I cleared my cache but even that won’t work.
Hey!
Please try adding the code to style.css file of your child theme in Appearance > Editor. If that too does not work, please make sure that wp-content/uploads folder has correct permissions ( 755 )
Best regards,
Yigit
thanks! that worked.
What about the logo running into the menu? and the distortion when it gets more narrow?
Hey!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Regards,
Yigit
ok. That’s good that the menu doesn’t clash anymore but the logo is funky. Is there a workaround?
http://www.tiikoni.com/tis/view/?id=aa3f1c8
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img { height: auto !important; }}
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img { max-width: 84%; }}
Cheers!
Yigit
Should I adjust the numbers? I don’t see a change, do you?
Hey!
It seems like this code is not being applied
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img { height: auto !important; }}
Do you mind posting a temporary admin login here so we can look into it?
Cheers!
Yigit
thank you! It was there but I must have made a mistake. Works now!