• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Daily Dish Pro: Align Header Left at Top of Page

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Daily Dish Pro: Align Header Left at Top of Page

This topic is: not resolved

Tagged: daily dish pro, header

  • This topic has 16 replies, 2 voices, and was last updated 11 years, 3 months ago by AnitaC.
Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • August 15, 2014 at 2:41 am #118930
    akjones
    Member

    Another question here about the header on Daily Dish Pro. 🙂 I have a logo that is 400x80 but instead of having it float in space in the center of the page I'd like to align it to the left on the very top of the page and then have the menu displayed to the right of the logo...sort of like what you see on this website: http://byregina.com

    Is this possible without too much fuss?

    Thanks!
    Amanda

    August 15, 2014 at 2:23 pm #119081
    AnitaC
    Keymaster

    Well, it looks like they have disabled the Header Right Widget area in the functions.php:

    //* Unregister the header right widget area
    unregister_sidebar( 'header-right' );
    

    If you remove that code, it will reactivate Header Right in the Widget area and then you can add a custom menu up there. It should push the logo/text over to the left.

    Then give the header right some styling:

    .site-header .widget-area {
        float: right;
        width: 820px;
    }

    You will have to play around with it since I don't have a working demo of this yet.


    Need help with customization or troubleshooting? Reach out to me.

    August 16, 2014 at 6:47 am #119184
    akjones
    Member

    Thanks @anitac!

    I was able to add a Header Right widget exactly like you described but I still can't seem to figure out how to get the logo/header to float over to the left.

    I tried changing

     .site-header {
    	padding: 80px 0;
    	text-align: center;
    }

    to

    .site-header {
    	padding: 80px 0;
    	text-align: left;
    }

    but that didn't work. 🙁

    http://www.amandakjones.com/

    August 16, 2014 at 7:10 am #119188
    AnitaC
    Keymaster

    Do you have a "no right click" plugin or code activated on there? If so, please deactivate.


    Need help with customization or troubleshooting? Reach out to me.

    August 16, 2014 at 7:13 am #119190
    akjones
    Member

    Yes I did @anitac! Should be taken care of now...

    August 16, 2014 at 7:15 am #119193
    AnitaC
    Keymaster

    Ok, going back over there now. Be right back.


    Need help with customization or troubleshooting? Reach out to me.

    August 16, 2014 at 7:22 am #119195
    AnitaC
    Keymaster

    Do this first for me. Change this 820px to 420px and save it so I can get the right code for the left to respond.

    .site-header .widget-area {
        float: right;
        width: 820px;
    }
    

    Need help with customization or troubleshooting? Reach out to me.

    August 16, 2014 at 7:25 am #119196
    akjones
    Member

    done!

    August 16, 2014 at 7:30 am #119197
    AnitaC
    Keymaster

    Ok, right below that code you just changed, add this:

    .title-area {
        width: 400px;
    }

    Sorry, it's a bit challenging for me adding everything back in there.


    Need help with customization or troubleshooting? Reach out to me.

    August 16, 2014 at 7:31 am #119198
    AnitaC
    Keymaster

    Oh, replace that with this:

    .title-area {
        float: left;
        width: 400px;
    }

    Need help with customization or troubleshooting? Reach out to me.

    August 16, 2014 at 7:34 am #119199
    akjones
    Member

    No worries...I appreciate the help! OK, header looks good now, making progress! Right menu still seems lost in space...

    August 16, 2014 at 7:36 am #119200
    akjones
    Member

    Oh, and not to throw a monkey wrench into our plans but I was also hoping to put a search bar to the right of the menu...should I try adding to that to the widget now?

    August 16, 2014 at 7:39 am #119201
    AnitaC
    Keymaster

    You didn't get my last message - add float: left to the code. Scroll up above your message. If you do that, then you need to increase the width of from 420px to something higher and then target the search and float it. I've actually been playing around with this theme here. Haven't done what you are asking for with it yet though.


    Need help with customization or troubleshooting? Reach out to me.

    August 16, 2014 at 7:42 am #119202
    akjones
    Member

    OK, yes just changed it...thank you! I will tinker around with it a little bit more but you definitely have me going in the right direction now. What exactly do you mean when you say "target" the search box?

    August 16, 2014 at 7:47 am #119203
    AnitaC
    Keymaster

    When you add the search box, if you look at the code with a developer tool such as Firebug for Firefox, or the Chrome developer tool - you will see that the box has an ID - Search-1 or Search-2, something like that. You will add that to your style sheet and code it in.


    Need help with customization or troubleshooting? Reach out to me.

    August 16, 2014 at 7:51 am #119204
    akjones
    Member

    Oh OK, got it! 🙂 I also noticed by moving things around it lost some of its mobile-responsiveness so I'll need to consider that too.

    August 16, 2014 at 7:58 am #119205
    AnitaC
    Keymaster

    You will need to take the code you added and tweaked and place that in the Media Queries section and play around with that too.


    Need help with customization or troubleshooting? Reach out to me.

  • Author
    Posts
Viewing 17 posts - 1 through 17 (of 17 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble