Width of Theme
-
Hi, can i know if it is normal that the theme Twenty Fourteen doesn’t fit the computer screen nicely? Please visit my blog to get a picture of what I just said. The width is small and sits on half of the pc screen.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
This appears to have been an intentional design choice by the theme developers.
If you have a premium or business plan, you could try centering the site by adding the custom css below to the customizer.
.site { margin: 0 auto }To change the widths, try using the css below. The width values can be altered to suit your preference.
.site, .site-header { max-width: 1800px } #site-header img { width: 100% } -
- The topic ‘Width of Theme’ is closed to new replies.