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

    Hi
    I need my logo image to span the top of my screen (it is in fact three logos which have to be at the top, but I combined them into one image). I cannot seem to get it to work. The height is 156px. The width is 1700px – please let me know if this is too wide.
    :-)

    #451330

    Hey studiovene!

    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;
      -ms-transform: none;
      transform: none;
    }

    Then go to Enfold theme options > Header and set header height to 156px

    Regards,
    Yigit

    #451346

    Thanks Yigit! It works. For some reason it is aligning left and not at the centre at the top. I uploaded the image as 1700px x 156px but it seems
    to display at 958px wide. Can you help?

    #451352

    Hey!

    Please add following code to Quick CSS as well

    #header_main .container {
      padding: 0;
      margin: 0;
      max-width: 100%; 
    }
    

    Regards,
    Yigit

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