Aligning logo with Primary Nav Menu

Homepage Community Forums Epik Theme Support Aligning logo with Primary Nav Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14753
    Genghis7777
    Customer

      Hi Folks

      I’m trying to vertically align the Primary Nav menu so that it sits half way up my logo (see http://cbs.thenewblack.dnserver.net.nz/).

      I suspect I have to edit the CSS file.

      Any help greatly appreciated.

      Cheers

      Genghis

      #14759
      Genghis7777
      Customer

        I’ve since hacked something together by fiddling with the logo image. Putting the full logo in their at 360×164 px is too overpowering so I created a transparent canvas and put a resized logo on it and then pushed it up and to the left, which sort of aligned it with the primary nav but now there is too much padding around everything.

        See the dev site cbs.thenewblack.dnserver.net.nz to see what I’m talking about.

        Any help greatly appreciated.

        #14772
        kronos
        Customer

          Try changing the padding on line 2064 in your css to this –

          .header-image .site-header .widget-area {
          	padding: 54px 0 40px;
          }

          It’s the widget area that has padding on the top and bottom (which is what is creating the space), so if you increase it, it will push it down some.

          #14824
          Genghis7777
          Customer

            @Kronos: That worked. Thanks.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Aligning logo with Primary Nav Menu’ is closed to new replies.