<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>style &#8211; Luxing Huang</title>
	<atom:link href="https://luxing.im/tag/style/feed/" rel="self" type="application/rss+xml" />
	<link>https://luxing.im</link>
	<description>Thoughs and things</description>
	<lastBuildDate>Sat, 24 May 2014 19:18:03 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
<site xmlns="com-wordpress:feed-additions:1">58771605</site>	<item>
		<title>Adjust WordPress Twenty Fourteen Skin Fitting FullHD Screens</title>
		<link>https://luxing.im/adjust-wordpress-twenty-fourteen-skin-fitting-fullhd-screens/</link>
					<comments>https://luxing.im/adjust-wordpress-twenty-fourteen-skin-fitting-fullhd-screens/#respond</comments>
		
		<dc:creator><![CDATA[Luxing Huang]]></dc:creator>
		<pubDate>Sat, 14 Dec 2013 15:40:06 +0000</pubDate>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://blog.luxing.im/?p=243</guid>

					<description><![CDATA[WordPress 3.8 has a nice look, it also brings a new skin called Twenty Fourteen. (It does look a bit like its back-end managing portal.) Under 1920x1080p or higher resolution, this theme is not optimized, it occupies half left of the screen and some of half right screen, and it look just weird and wasted. &#8230; <p class="link-more"><a href="https://luxing.im/adjust-wordpress-twenty-fourteen-skin-fitting-fullhd-screens/" class="more-link">Continue reading<span class="screen-reader-text"> "Adjust WordPress Twenty Fourteen Skin Fitting FullHD Screens"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>WordPress 3.8 has a nice look, it also brings a new skin called Twenty Fourteen. (It does look a bit like its back-end managing portal.) Under 1920x1080p or higher resolution, this theme is not optimized, it occupies half left of the screen and some of half right screen, and it look just weird and wasted. Here are a few changes I made for the CSS stylesheet to make it work:<br />
<span id="more-243"></span><br />
Login with your administrative account into WordPress, go to Appearance -> Editor, select Stylesheet at the page&#8217;s bottom.</p>
<p>Changing header width:<br />
This is done in section 3.0</p>
<pre>
...
.site {
    ...
    max-width: 100%;
}
</pre>
<p>This is done in section 4.0</p>
<pre>
...
.site-header {
    ...
    max-width: 100%;   // rather than 1260px
    ...
}
</pre>
<p>You can also change the content width [optional], you don&#8217;t have to change this. It&#8217;s my personal adjustment</p>
<p>This is done in section 6.0</p>
<pre>
...
.page-content {
    ...
    max-width: 600px; // rather than 474px
    ...
}
</pre>
<p>I didn&#8217;t test with 1366&#215;768, not sure how it would look like. And sorry for the 800&#215;600 users.</p>
<p>PS: 1366&#215;768 is evil!<br />
That&#8217;s all.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://luxing.im/adjust-wordpress-twenty-fourteen-skin-fitting-fullhd-screens/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">243</post-id>	</item>
	</channel>
</rss>
