Title: Lyrical Theme Hero Widget Position
Last modified: November 29, 2017

---

# Lyrical Theme Hero Widget Position

 *  Resolved [charlestayjc](https://wordpress.org/support/users/charlestayjc/)
 * (@charlestayjc)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/lyrical-theme-hero-widget-position/)
 * Hi,
 * I am using Primer’s Child Theme, Lyrical. I have been figuring things out on 
   my own for the past 3 hours, and still couldn’t figure out the CSS behind adjusting
   the position of the Hero Widget in the Header. The default widget is positioned
   on the right, the text is aligned to the left.
 * What I need is: for the **widget to be positioned in the center** of the header/
   page, and **any text aligned to the center as well**. Can someone kindly help
   me (either with customizing the CSS stylesheet, or additional CSS)?
 * This is the github link to the Lyrical Theme: [https://github.com/godaddy/wp-lyrical-theme/](https://github.com/godaddy/wp-lyrical-theme/)
 * This is a screenshot of the default (how the widget being positioned on the right):
   [https://img1.wsimg.com/templates-wp/weddingconsultants-lyrical-thumb.jpg](https://img1.wsimg.com/templates-wp/weddingconsultants-lyrical-thumb.jpg)
 * Thanks!

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

 *  [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/lyrical-theme-hero-widget-position/#post-9734461)
 * Hi [@charlestayjc](https://wordpress.org/support/users/charlestayjc/),
 * Do you have a link to your website? I’d be happy to provide you with some CSS
   that will get the widget centered and looking just how you need.
 * Evan
 *  Thread Starter [charlestayjc](https://wordpress.org/support/users/charlestayjc/)
 * (@charlestayjc)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/lyrical-theme-hero-widget-position/#post-9735338)
 * Hi [@eherman24](https://wordpress.org/support/users/eherman24/),
 * I have sent you the link via the contact page on your website (just so that it’s
   not on a public forum).
 * I appreciate your help! Thanks Evan!!!
 *  [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/lyrical-theme-hero-widget-position/#post-9735435)
 * Hi [@charlestayjc](https://wordpress.org/support/users/charlestayjc/),
 * You can try using the following bit of CSS to center the widget:
 *     ```
       .hero .widget {
          float: none;
          display: block;
          margin: 0 auto;
          text-align: center;
       }
       ```
   
 * You can add that to your ‘Additional CSS’ section inside of the customizer. You
   can get there from the dashboard by heading into ‘Appearance > Customizer > Additional
   CSS’.
 * Let us know how that works.
 * Evan
 *  Thread Starter [charlestayjc](https://wordpress.org/support/users/charlestayjc/)
 * (@charlestayjc)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/lyrical-theme-hero-widget-position/#post-9735440)
 * Hey Evan,
 * It worked! Thank you very much, words can’t express how grateful I am; spent 
   hours trying to get it right.
 * Cheers,
    Charles
    -  This reply was modified 8 years, 5 months ago by [charlestayjc](https://wordpress.org/support/users/charlestayjc/).
 *  [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/lyrical-theme-hero-widget-position/#post-9735460)
 * Awesome! It’s not a problem at all. Glad that I could help out and get things
   working for you.
 * Have a great rest of your day!
 * Evan

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

The topic ‘Lyrical Theme Hero Widget Position’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/primer/1.8.10/screenshot.png)
 * Primer
 * [Support Threads](https://wordpress.org/support/theme/primer/)
 * [Active Topics](https://wordpress.org/support/theme/primer/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/primer/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/primer/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 5 replies
 * 2 participants
 * Last reply from: [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/lyrical-theme-hero-widget-position/#post-9735460)
 * Status: resolved