Logo Positioning

Homepage Community Forums Epik Theme Support Logo Positioning

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9729
    Titano
    Customer

      Hi,
      I’ve tried to customize as much my skill can handle, my website
      http://forensiceye.eu/

      but now I cannot find the way to position my logo just above the menu line (left alligned).

      I have readed the support forum..but still confused 馃檪

      Thank you for your help

      #9741
      Wes
      Moderator

        The min-height is set to 164px by default, you can change this on line 1954 in your css to around 70px or whatever you feel comfortable with –

        .header-image .site-title a {
            float: left;
            min-height: 70px;
            width: 100%;
        }

        Also, if you want to add some space to the top of the logo, add this code and adjust if needed –

        .epik-black .head-wrap {
            padding: 30px 0 0;
        }
        #9753
        Titano
        Customer

          Hi Wes,
          I’ve tried both css style but look like has no effect at all..please I need furtrher help
          Thank you

          #9758
          Wes
          Moderator

            Are you sure? I can see the changes you added in. Did you clear your browser cache? (hit your reload button)

            It’s showing up perfect on my end. Here is what it looks like when I look at your site – http://i.imgur.com/Z2cmgFd.jpg

            #9764
            Titano
            Customer

              馃檪 Mistery of a work that is not mine!! Thank you very much

              #9765
              Wes
              Moderator

                You’re Welcome!

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Logo Positioning’ is closed to new replies.