• Closed
  • D
    Spectator
    August 21, 2014 at 4:42 am #8583

    Hello,
    I have added a header sized 1200×170 as recommended by evolve theme. However, when I added the header, this is what it looked like:
    headererror_zps29eba733.jpg

    It does not display the full header. Please help.

    Alok Maheshwari
    Spectator
    Posts: 303
    August 21, 2014 at 9:18 pm #10354

    What is your site url?

    J.A.
    Spectator
    Posts: 14
    August 21, 2014 at 10:53 pm #10355

    Edit: Sry wrong topic

    D
    Spectator
    Posts: 15
    August 22, 2014 at 6:55 am #10360
    Alok Maheshwari
    Spectator
    Posts: 303
    August 23, 2014 at 2:38 am #10364

    Put the following css in custom css box and it should show the full header.

    Code:
    .custom-header {padding:40px 20px 5px 20px!important;width: 985px;min-height:170px;background:url(http://wp.infoage.co.nz/wordpress/wp-content/uploads/2014/08/cropped-infoage_header.png) top center no-repeat;border-bottom:0;}

    Not sure why the header size mentioned in backend is different than the css specified for it. Will inform Ronan about it.

    Roman
    Spectator
    Posts: 3147
    August 23, 2014 at 5:10 pm #10374

    the header image is shown correctly, just the header itself doesn’t know, what’s the image height as it’s used for the header background. if you used the image as a logo, then yes, the header will know the image height as it’s used as a new element in the area. if you are gonna use the header without title and tagline I would suggest instead this code:

    Code:
    .custom-header {padding:40px 15px 105px 15px!important;}