Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #675916

    Hello,

    i have a problem because of the size of the Header.

    Here is a picture: http://www.pic-upload.de/view-31524226/Bildschirmfoto2016-08-22um17.50.52.png.html

    I put the Picture on Enfold Option -> Background Image

    i tried to change the size in Enfold Option -> Header -> custom pixel value but there i just can edit the height and not the picture.

    How i can do the size over the full header?

    important: The picture should not go over the Menu (“Abo” “Einzelhefte” … )

    Thank you

    • This topic was modified 8 years, 10 months ago by al3ksey. Reason: Link
    #677032

    Is there a way to make the Header responsible?

    #677039

    Hi!

    Please add following code to Quick CSS

    .header_color .header_bg {
        width: 100%!important;
    }

    Cheers!
    Yigit

    #677064

    It doesn’t really work.

    i tried it with this code

    .header_color .header_bg {
    background: white url(https://neu.noch-erfolgreicher.com/wp-content/uploads/2016/08/910x300_header2016_2.jpg) 
    top center ;
    width: 100%!important;
    height: 250px;
    margin-top:28px;
    }

    But i think it’s not the right way to show this header on mobile and for some other Desktop’s

    #677549

    Hi,

    Please change the code to following one

    .header_color .header_bg {
        background: white url(//neu.noch-erfolgreicher.com/wp-content/uploads/2016/08/910x300_header2016_2.jpg) top center;
        background-size: cover;
    }

    Best regards,
    Yigit

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