Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #405549

    Hello,

    We have built a very simple Enfold site here: (see URL in private box)

    The header is 1248 x 300, and on Firefox it displays perfectly. (the header image height is set to a custom size, 274px)

    On Safari and Chrome, the header image is reduced to 300×100 — tiny.

    Is there a setting I am missing, in order to get the image to stretch full-screen in the boxed layout?

    Thank you
    Margaret

    #405786

    Hey mterrian!

    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 {
    padding: 0; 
    }
    .logo img, .logo {
    max-width: 100%;
    width: 100%;
    }

    Best regards,
    Yigit

    #405991

    Yigit you are amazing as always. Thank you.

    #405996

    Hey!

    Thank you for your kind words, glad we could help :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header size strangeness’ is closed to new replies.