Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #522234

    Hi,

    I am having some issues with my Logo, even after having tried some of the suggestions already offered on this forum.

    So, the size of my logo is: 928×250

    I set the custom headaer value to 300 height, because it turns out smaller otherwise. And it also doesn’t solve the problem.

    In FireFox, the feet of the girl aren’t displayed and there is too much white space above her head.
    While in Chrome, the logo is much smaller than it is intended to be.

    How to solve this?

    Thanks!

    Charelle

    • This topic was modified 9 years, 1 month ago by ccharell.
    #522299

    Hi ccharell!

    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;
    }
    .logo img { 
    margin-top: 0; 
    }

    Cheers!
    Yigit

    #522319

    Thank you for your reply!
    Unfortunately, that didn’t do the trick! I’ll provide some user settings for you underneath!

    #522324

    Hi!

    Code was not in Quick CSS field. I added, please review your website now

    Cheers!
    Yigit

    #522326

    Oh that is super weird cause I did add it! Ö But hey! It looks great now! Thank you so much! :D

    #522329

    Hi!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Delete white space above logo’ is closed to new replies.