Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #342195

    Hi,

    How do I make the whole header/logo area fit an entire picture whenever I have the menu and logo settings to logo center, menu below?

    I literally want to make the entire picture I currently have on the website now fit the entire header. I am going for a “full width” banner look without it necessarily being in a full width view (I have a boxed frame). If you take a look at the site now you will that the theme is forcing the image to be a thumbnail.

    Thanks and any help would be greatly appreciated!

    #342238

    Hey jolamptey

    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;
    }
    div#header_main > .container {
    max-width: 100%;
    padding: 0;
    }

    Then go to Enfold theme options > Header > Header Size and set it to custom pixel value and change header height to 143px

    Cheers!
    Yigit

    #342527

    Hi Yigit,

    Thanks for the quick response!

    I did what you said below, but the banner is not full width as I would have liked. You can see there are gaps on the left and right side of the banner. Is there something I am missing?

    #343013

    Hey!

    Please add following code to Quick CSS as well

    div#header_main > .container {
    padding: 0 !important;
    }

    Best regards,
    Yigit

    #343161

    Thanks, but this also did not work either?

    #343166

    Hi!

    Code is not being applied. Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #343204
    This reply has been marked as private.
    #343206

    Hi!

    > sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field. Fixed it and it works fine now. Please review your website

    Cheers!
    Yigit

    #343228

    Wow, you are amazing! Thank you very much!!!!

    #343379

    Hi!

    You are welcome, glad we could 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 :)

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Header/Logo Fix’ is closed to new replies.