• Hi everyone!

    I’m working in the WordPress web (not in my own server). I wanna know if it’s possible to configure Twenty Fourteen Theme to show the blog’s design in the middle of the computer screen.

    The theme is aligned to the left of the screen and I wish it would show in the center of the screen.

    Please, help me! It’s an urgency.

    Thanks in advance!

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • First, you should do this in your child theme. But you said don’t have access to server so I assume you can only do it in your wp dashboard.

    You can edit in admin dashboard. Appearance->Editor. Find file style.css and add at the bottom

    .site {
    margin: 0 auto;
    }

    But please remember once you updated your theme in the future, yo will lose all the changes.

    Do not edit the theme’s style.css file. If you don’t create a child theme, then use a CSS plugin like Custom CSS Manager, or the Custom CSS option in JetPack.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme displayed in the center of the screen’ is closed to new replies.