Is there way to make twenty fourteen screen size bigger?
-
I’m on my desktop and I have a 21 inch monitor. There is a lot of white space to the right side. Anyway I can fix that white space?
The blog I need help with is: (visible only to logged in users)
-
One thing you can do is to expand your blog to full width. Put this in your Custom Design => CSS and see if you like it better:
.site { background-color: rgb(255,255,255); max-width: 100%; position: relative; margin: auto; } .site-header { background-color: rgb(0,0,0); max-width: 100%; position: relative; width: 100%; z-index: 4; }
- The topic ‘Is there way to make twenty fourteen screen size bigger?’ is closed to new replies.