If you’re not using the header right widget area, you might want to center the WordPress site title or image logo.
Luckily, this is easy in Dynamik Website Builder.
- Go to WordPress Dashboard → Genesis → Dynamik Design
- And set… Header Dimensions → Header Title Area Width: 1080px
- And… Header Widget Area Styles: 0px
- Then, still in Dynamik Design → Header tab. Click the #Custom buttons for Header Title Font and Header Tagline Font. This opens a text box where you can paste your own CSS code snippets.
Paste this code in both boxes…
text-align: centre;
If you want to centre an image logo you’ll need to past this code in the Dynamik Custom CSS box…
.header-image .site-header .wrap .title-area { background: #FFFFFF url(images/logo.png) top center no-repeat; }
I’m assuming your logo is in the images directory and is called logo.png.