Title: Custom css
Last modified: August 21, 2016

---

# Custom css

 *  Resolved [BeRKA](https://wordpress.org/support/users/zhoberka/)
 * (@zhoberka)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/custom-css-48/)
 * I would like to include custom css with Jetpack to do the following.
 * 1, Center the theme. I don’t like that it is stuck on the left side.
    2, Move
   the top menu to the left side. When it is on right side, my sub pages move off
   the screen, and cannot be seen.
 * How can I do this with custom css? Thank You!

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

 *  Thread Starter [BeRKA](https://wordpress.org/support/users/zhoberka/)
 * (@zhoberka)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/custom-css-48/#post-4408233)
 * For moving meny to the left, something like this:
 * .primary-navigation {
    float: left; font-size: 11px; margin: 0px 1px 0px 55px;
   padding: 0px; text-transform: uppercase; }
 * Is there a better way?
 *  [bertsa](https://wordpress.org/support/users/bertsa/)
 * (@bertsa)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/custom-css-48/#post-4408314)
 * I am also stuck with centering the theme. I would appreciate if someone could
   help us out. Is it just CSS issue?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/custom-css-48/#post-4408315)
 * No way to help with CSS without seeing a live site. And **[@bertsa](https://wordpress.org/support/users/bertsa/)**–
   it would be better for you to start your own thread as per:
 * [http://codex.wordpress.org/Forum_Welcome#Where_To_Post](http://codex.wordpress.org/Forum_Welcome#Where_To_Post)
 *  [bertsa](https://wordpress.org/support/users/bertsa/)
 * (@bertsa)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/custom-css-48/#post-4408316)
 * Thank you WPyogi,
    I made my [own thread](http://wordpress.org/support/topic/theme-twenty-fourteen-centering-the-content-area?replies=1#post-4998592).
 *  Thread Starter [BeRKA](https://wordpress.org/support/users/zhoberka/)
 * (@zhoberka)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/custom-css-48/#post-4408319)
 * We are talking about wanting to do these changes on an _out of the box_ 20-14
   theme. Until I know how, I will not activate that theme on my site.
 * For anyone who wants to help and needs too see a live 20-14 theme, have a look
   at the 20-14 [demo site](http://twentyfourteendemo.wordpress.com/).
 *  [struth](https://wordpress.org/support/users/struth/)
 * (@struth)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/custom-css-48/#post-4408333)
 * Try this bertsa
 * #page {
    margin-left: auto; margin-right: auto; }
 * courtesy of [Infos](http://wordpress.org/support/topic/page-is-left-aligned-on-1260px-larger-screen?replies=4)
 *  Thread Starter [BeRKA](https://wordpress.org/support/users/zhoberka/)
 * (@zhoberka)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/custom-css-48/#post-4408339)
 * I used the code from the Fourteen Extended plugin and tested it and it seems 
   to work.
 * The code nedded to center the theme is this:
 *     ```
       .site {
                   margin: 0 auto;
               }
       		@media screen and (min-width: 1110px) {
       	        .archive-header,
       	        .comments-area,
       	        .image-navigation,
       	        .page-header,
       			.page-content,
       	        .post-navigation,
       	        .site-content .entry-header,
       	        .site-content .entry-content,
       	        .site-content .entry-summary,
       	        .site-content footer.entry-meta {
       		        padding-left: 55px;
       	        }
               }
       ```
   
 *  [struth](https://wordpress.org/support/users/struth/)
 * (@struth)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/custom-css-48/#post-4408359)
 * Tried that
 * All that code is unnecessary in my case, the simple two line solution achieves
   the same result. : )

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

The topic ‘Custom css’ is closed to new replies.

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

## Tags

 * [center](https://wordpress.org/support/topic-tag/center/)
 * [top-menu](https://wordpress.org/support/topic-tag/top-menu/)

 * 8 replies
 * 4 participants
 * Last reply from: [struth](https://wordpress.org/support/users/struth/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/custom-css-48/#post-4408359)
 * Status: resolved