Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #429313

    Hi,
    I updated to WP 4.1.1 today and Enfold 3.1.3. I’m have some issues here. First of all I noticed my logo was much bigger than it previously was. I tried uploading a smaller image of the logo but NOTHING changes. What’s more is that when I upload an image into the media library the square that normally shows the image is blank but the image info on the right is telling me that the image is there. I’ve tried jpeg and png files. Same thing.

    So I am in a pickle here. I need a smaller logo and can’t make any changes to what’s there.

    My website is 4qmd.com

    Thanks, for the help.

    Scott

    #429962

    Hey Scott!

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

    .logo img { max-height: 60%; top: 15px; }

    For the other issue, please try de-activating all active plugins and check if that helps. If not, please try switching to one of the default themes and see if you can reproduce the issue there.

    Cheers!
    Yigit

    #430049

    Hi Yigit,

    I added the code to the Quick CSS where you told me to and no effect at all on the logo. I even deleted the logo image under Theme Options and the logo graphic is still on the website. I have looked at all browsers after clearing the history on the them including Chrome, Firefox, IE, Opera and Safari. Same thing. No matter what I do I cannot get that damn logo to change. It’s super inflated. Again, this has all happened after upgrading to WP 4.1.1 and Enfold 3.1.3.

    Actually, this is quite maddening so any direction/help you can provide would be much appreciate.

    Thanks,
    Scott

    #430804

    Hey!

    Can you please provide a screenshot on how you want the logo to look inside the header? This should work:

    strong.logo {
      height: 80%;
      top: 10%;
    }

    Best regards,
    Ismael

    #430853
    This reply has been marked as private.
    #430862
    This reply has been marked as private.
    #430867
    This reply has been marked as private.
    #431779

    Hi!

    We asked you to provide a screenshot of how you want the logo to look inside the header but we didn’t get any. We really don’t know what’s wrong with it because it looks totally fine when I checked the page. If you want to add a padding around the logo, use this:

    strong.logo {
      padding: 10px;
    }

    The media library works ok on our installation so it’s either a third party plugin or one of the custom modifications is causing the issue. Please try to deactivate all plugins, remove browser cache then test it again.

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.