Need Help With Custom Header For Enterprise Genesis Theme

8 replies
  • WEB DESIGN
  • |
I have spent way too much time trying to figure this out. I am trying to have a clients logo in the center of the header. I was able to flip the right sidebar widget to the left side of the header & the logo from the left side to the right side. But I just can't figure out how to get the logo in the center.

There appears to be a way to create a custom header for Genesis as well and I tried to enter the code in the functions.php, but nothing worked. I guess this is supposed to activate the header upload button in wordpress under 'Appearances', but nothing. Maybe it only works in newer versions of this theme. I don't know!

Hopefully someone can help me out with this one. Thanks!
#custom #enterprise #genesis #header #theme
  • Profile picture of the author lightswitch
    Dear GBM I could help you to find out a solution for this.
    Just let me know.


    Thanks
    {{ DiscussionBoard.errors[5225202].message }}
  • Profile picture of the author xtrapunch
    You need to share the URL of the site so that others can provide you some concrete solution. Anyway, what you describe can be done using CSS and some coding in the header.php file of the theme.
    Signature
    >> Web Design, Wordpress & SEO - XtraPunch.com <<
    Web Design & SEO Agency | Serving World Wide from New Delhi, India

    {{ DiscussionBoard.errors[5225394].message }}
  • Profile picture of the author GoBigMarketing
    Sorry about that. I forgot to include the URL. Here it is:

    Danis Painting Co.
    {{ DiscussionBoard.errors[5225929].message }}
  • Profile picture of the author xtrapunch


    If this is what you want, just change the "float" attribute accordingly. "Left" to "right" and vice versa.
    Signature
    >> Web Design, Wordpress & SEO - XtraPunch.com <<
    Web Design & SEO Agency | Serving World Wide from New Delhi, India

    {{ DiscussionBoard.errors[5226152].message }}
  • Profile picture of the author GoBigMarketing
    Thanks for your input, unfortunately, that's not what I am trying to do. I am trying to get the logo in the center of the header, the "10 Questions" icon is perfect where you are showing it above, and I would like to add the phone number on the right side of the header. I hope that makes sense. Thanks!
    {{ DiscussionBoard.errors[5229054].message }}
  • Profile picture of the author GoBigMarketing
    Anyone able to help out with this? Thanks!
    {{ DiscussionBoard.errors[5236704].message }}
    • Profile picture of the author WordPressurize
      Originally Posted by GoBigMarketing View Post

      Anyone able to help out with this? Thanks!
      At the bottom of your style.css file, add this:

      Code:
      #title-area {
      position: absolute;
      left: 50%;
      margin-left: -155px;
      }
      Signature

      "The Dominance characteristic values competency, results, and action. The Influence characteristic values action, enthusiasm, and relationships. The Steadiness characteristic values relationships, sincerity, and dependability. The Conscientiousness characteristic values dependability, quality, and competency... it is necessary to give them the thing they value most." - from Convert, by Ben Hunt

      {{ DiscussionBoard.errors[5237036].message }}
      • Profile picture of the author GoBigMarketing
        Thanks for the code. It worked, however, the logo was not centered and I had to adjust the code to 41%. I have no idea why, but it works.

        Now my next problem...I am trying to get the '10 questions button to the left side of the header and the company phone number on the right side.

        Keep in mind that the '10 questions' button is in a widget within the theme and it was inteded for the right side of the header. Any ideas or solutions? Thanks!

        Originally Posted by WordPressurize View Post

        At the bottom of your style.css file, add this:

        Code:
        #title-area {
        position: absolute;
        left: 50%;
        margin-left: -155px;
        }
        {{ DiscussionBoard.errors[5238848].message }}

Trending Topics