EliteGD

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: 767 width center the logo #14067
    EliteGD
    Customer

      Thanks Wes, I had made that account just for the post and have removed it after I got the issue solved. However good to know as I didn’t realize there was the private reply but I see that now that you pointed it out =).

      Thanks
      George M.

      in reply to: 767 width center the logo #14066
      EliteGD
      Customer

        So for anyone who wants to know or runs into the problem
        First as Wes pointed out in another post go to your functions.php

        //* Add support for custom header
        add_theme_support( ‘custom-header’, array(
        ‘width’ => 145,
        ‘height’ => 113,
        ‘header-selector’ => ‘.site-title a’,
        ‘header-text’ => false,
        ) );

        Change the width and height to match your exact logo size

        In your style sheet inside your media query
        @media only screen and (max-width: 767px)

        add

        .custom-header .site-title a {
        background-position: center !important;
        }

        It was still a little tight on spacing so I added a bit of margin

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

        in reply to: 767 width center the logo #14057
        EliteGD
        Customer

          Never mind I got it fixed i’m just a bit of an idiot lol

          in reply to: Responsive menu #14038
          EliteGD
          Customer

            Nevermind I went through and put in my own fix to stack the menu versus having it still be horizontal under the hamburger menu.

            in reply to: Responsive menu #14036
            EliteGD
            Customer

              I clicked on the link you provided as I was going to use your code for the responsive nav if it adjusts it to be vertical however when i do it just shows a page that allows me to edit my profile I’m not seeing epik I also purchased through studiopress.

              Thanks

            Viewing 5 posts - 1 through 5 (of 5 total)