Title: Hero Widget Position
Last modified: April 4, 2019

---

# Hero Widget Position

 *  Resolved [Atherin](https://wordpress.org/support/users/atherin/)
 * (@atherin)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/hero-widget-position/)
 * Hello. I am using the primer theme. I am trying to have the hero text/button 
   sit on the left and Logo evenly placed on the right – so I can reduce the Header
   size. Can someone help with this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhero-widget-position%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/hero-widget-position/#post-11430736)
 * hi [@atherin](https://wordpress.org/support/users/atherin/)
 * You would need to add some custom CSS to your theme. You could place the CSS 
   into the ‘Additional CSS’ section of the customizer. You can get there from your
   website dashboard by going to **Appearance > Customizer > Additional CSS**.
 *     ```
       .site-header-wrapper {
       	display: flex;
       	align-items: center;
       	justify-content: center;
       }
   
       	.site-title-wrapper {
       		text-align: center;
       		order: 2;
       	}
   
       .primer-hero-text-widget h6:nth-child(2) {
       	margin-bottom: 0;
       }
       ```
   
 * You should end up with something along the following lines:
 * ![](https://i0.wp.com/cldup.com/toW-j2OS0R.png?ssl=1)
 * That should be a solid start. Let us know if that helps!
 * Evan

Viewing 1 replies (of 1 total)

The topic ‘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

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

 * 1 reply
 * 2 participants
 * Last reply from: [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/hero-widget-position/#post-11430736)
 * Status: resolved