• 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

Adding Right Widget to Header in Daily Dish

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 › Adding Right Widget to Header in Daily Dish

This topic is: resolved

Tagged: header widget daily dish

  • This topic has 2 replies, 2 voices, and was last updated 11 years, 10 months ago by mmc05129.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • October 12, 2014 at 7:12 am #127562
    wickedsimple
    Member

    Hi all,

    I am using Daily Dish and would like to put the social media icons in the right side of the header. I already removed the following code to get the header widget to be activated:

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

    That worked so that I was able to add the Easy Social Icons widget. So far so good.

    I then added the following to my style.css:

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

    But the widget doesn't appear in the header. Am I doing something wrong?

    P.S. The site is in maintenance mode and I can't include the link.

    Many thanks!

    Donna

    October 24, 2014 at 1:41 pm #129001
    wickedsimple
    Member

    Bumping this post

    November 19, 2014 at 1:19 pm #132168
    mmc05129
    Member

    Hello, not sure if you've found your answer, but here ya go.

    After you remove the "unregister" code as you described above, you need to now "register" the header right widget area with this code in functions.php. There are a bunch of other widget areas being regiestered...i just put it in with them:

    //* Register widget areas
    genesis_register_sidebar( array(
    'id' => 'header-right',
    'name' => __( 'Header Right', 'daily-dish' ),
    'description' => __( 'This is the header right widget area.', 'daily-dish' ),
    ) );

    Then in my style sheet, I called the widget and code for my specific plugin

    .site-header .simple-social-icons {
    float: right;
    margin-top: 12px;
    }

    Hope that helps,
    Maggie

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 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

© 2026 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