Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #296564

    I tried all kinds of CSS and it won’t budge.
    I would just like it to be even with the menu.

    #296743

    Hey KK!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .logo img {
    margin-top: 35px;
    }

    Cheers!
    Yigit

    #296878

    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.

    #296880

    Hi!

    Please try adding !important rule as following

    .logo img {
    margin-top: 35px !important;
    }

    Best regards,
    Yigit

    #296886

    I cleared my cache but even that won’t work.

    #296889

    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

    #296893

    thanks! that worked.
    What about the logo running into the menu? and the distortion when it gets more narrow?

    #296894

    Hey!

    Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.

    Regards,
    Yigit

    #296989

    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

    #296992

    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

    #297039

    Should I adjust the numbers? I don’t see a change, do you?

    #297042

    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

    #297066

    thank you! It was there but I must have made a mistake. Works now!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Logo is stuck to the top’ is closed to new replies.