Title: Centering Everything?
Last modified: August 20, 2016

---

# Centering Everything?

 *  Resolved [brewrecords](https://wordpress.org/support/users/brewrecords/)
 * (@brewrecords)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/centering-everything/)
 * Hey Caroline, just finalizing out blog site now and wanted to ask how does one
   go about making the following changes to my blog? [http://www.brewmgmt.com](http://www.brewmgmt.com)
 * I’m basically wanting to centre absolutely all elements of my page, have the 
   logo at the top then the right navigation menus all centered just underneath,
   then underneath that both my posts centered and then at the bottom my contact
   details & address.
 * I tried firebug as suggested, it’s good at finding the elements but I cannot 
   see much of the aligning info?
 * Look forward to hearing from you.
 * thanks!
 * _[HTML unnecessary – You’ve already provided a link to the website]_

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 3 months ago](https://wordpress.org/support/topic/centering-everything/#post-3502603)
 * Is this what you’re looking for [[screenshot]](http://awesomescreenshot.com/005z10z75)?
 * Do you have a section in the dashboard named, “Custom CSS”, “Custom Styles” or“
   Jetpack”, or do you have a Child Theme?
 *  Thread Starter [brewrecords](https://wordpress.org/support/users/brewrecords/)
 * (@brewrecords)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/centering-everything/#post-3502663)
 * Hey Adam that is pretty much exactly what I’m looking for.
 * I have literally just installed Jetpack – no idea how to use it, but willing 
   to learn. Anything specific I need to be looking for?
 * Thanks!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 3 months ago](https://wordpress.org/support/topic/centering-everything/#post-3502669)
 * In [Jetpack’s Custom CSS section](http://jetpack.me/support/custom-css/) of the
   dashboard, enter this;
 *     ```
       #masthead img,
       .main-navigation,
       #main {
        display: table;
        margin: 0 auto;
        float: none;
        width: auto;
       }
   
       #colophon {
        text-align: center;
       }
       ```
   
 *  Thread Starter [brewrecords](https://wordpress.org/support/users/brewrecords/)
 * (@brewrecords)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/centering-everything/#post-3502672)
 * Amazing, thanks you very much, worked well, that was painless!
 * One final note – how does one make a small spage between the logo and the top
   text?
 * Thanks!
 * tom
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 3 months ago](https://wordpress.org/support/topic/centering-everything/#post-3502674)
 * Try using the CSS margin property
    _[http://www.w3schools.com/css/css\_margin.asp](http://www.w3schools.com/css/css_margin.asp)_
 * I.E add this code;
 *     ```
       .site-navigation {
        margin-top: 10px;
       }
       ```
   

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

The topic ‘Centering Everything?’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/centering-everything/#post-3502674)
 * Status: resolved