header issues

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18775
    maas
    Customer

      Hi,

      how can i set the background image on header full-width?
      http://i.imgur.com/hW59mmc.jpg

      how i can i set the left side logo on site header bar? i need it vertical aligned to middle.
      http://i.imgur.com/AZX3ZPB.jpg

      http://bayesinvestments.com/hidden/

      Thanks in advice
      M

      #18776
      maas
      Customer

        where i can set the height of the front page 1?

        thanks!

        M

        #18778
        Wes
        Moderator

          Theres a couple ways to do it. You can adjust the image itself so it aligns with the nav more by using photoshop (or whichever program you used to edit the image).

          Another (quicker) way is to add the following code to your .header-image .site-title > a on line 1232 –

          position: relative;
          top: 20px;

          It should look like this in the end

          .header-image .site-title > a {
          	background-size: contain !important;
          	display: block;
          	height: 60px;
          	text-indent: -9999px;
          	position: relative;
          	top: 20px;
          }
        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.