Inline widgets in Header Right

Homepage Community Forums Epik Theme Support Inline widgets in Header Right

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16716
    sfriend
    Customer

      To compress the header space at the top of my website, I would like to place a Custom Menu widget (with the main menu) and my Google Search widget in the Header Right widget position. However, when I do so, the Google Search widget displays one line below the menu and the resulting space taken is the same.

      The logo sits to the left and is there via the header. I don’t care whether the search widget or custom menu sits in the middle, but I need them to display inline with the header. How can I accomplish this?

      See http://floridahikes.com/
      Thank you!

      #16728
      scooby
      Customer

        It looks like you’re using an older version of Epik, so that means you’ll have to change some things in your files in order to make this work. Since you’ve already made changes to your CSS files, DO NOT UPDATE your theme, it will overwrite your current design (you may already know this).

        What you could do is update your Header/Logo code in your functions file to this –

        //* Add support for custom header
        add_theme_support( 'custom-header', array(
        	'flex-height'     => true,
        	'width'           => 360,
        	'height'          => 164,
        	'header-selector' => '.site-title a',
        	'header-text'     => false,
        ) );

        That’s the latest/newest way that Genesis is adding/uploading Logos to the Genesis Framework.

        Once you do that, let me know, and I can tell you the next step. Also, make sure everything uploads properly by entering the right Image size.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.