<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Tag: flexible width - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/flexible-width</link>
		<description>WordPress.com Forums &#187; Tag: flexible width - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 22:42:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/flexible-width" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Mystique Customizations?"</title>
			<link>http://en.forums.wordpress.com/topic/mystique-customizations#post-1155374</link>
			<pubDate>Mon, 18 Feb 2013 00:15:17 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1155374@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here is a CSS example to get you started. It will make the main container, the content area container, and the sidebar a flexible width:</p>
<pre><code>#container {
	width: 90%;
}

#content-container {
	width: 70%;
}

#sidebar {
	width: 28%;
}

#branding {
	width: 100%;
}</code></pre>
<p>You may also want to adjust your header image to something wider or that has cleaner areas on the left and right so it looks better repeated on an x-axis. Once you've uploaded a new image to your <a href="http://en.support.wordpress.com/images/#upload-images-from-your-computer">media library</a>, you can replace the url() value in this example to change out the image to your custom image:</p>
<pre><code>#branding {
	background: url(&#039;http://txcowboydancer.files.wordpress.com/2013/02/banner-3c-940x200.png&#039;);
}</code></pre>
<p>Widget title backgrounds are currently set with an image:<br />
<a href="http://s0.wp.com/wp-content/themes/pub/mystique/colors/images/red/widget-title-red-large.png" rel="nofollow">http://s0.wp.com/wp-content/themes/pub/mystique/colors/images/red/widget-title-red-large.png</a></p>
<p>That won't work for a flexible width, so you could add something like this that's a bit simpler and will always work no matter what the sidebar width adjusts to:</p>
<pre><code>.widget-title, .widget-title span {
	background: red;
	border-radius: 8px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>txcowboydancer on "Mystique Customizations?"</title>
			<link>http://en.forums.wordpress.com/topic/mystique-customizations#post-1144534</link>
			<pubDate>Tue, 05 Feb 2013 23:26:41 +0000</pubDate>
			<dc:creator>txcowboydancer</dc:creator>
			<guid isPermaLink="false">1144534@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm trying to do the following:</p>
<p>1. Change the default width for the theme to make it fill more of the browser window  (I'd like it to be flexible and set to 90%) rather than a fixed pixel size.</p>
<p>2. Change the width of the columns so that they  are also flexible and set to a percentage.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "fixing Header in rounded theme"</title>
			<link>http://en.forums.wordpress.com/topic/fixing-header-in-rounded-theme#post-880582</link>
			<pubDate>Mon, 07 May 2012 06:52:42 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">880582@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This I think is about the best you can hope for as Rounded is a really, really, really old theme and as such has none of the new "responsive" programming in it that keeps things from blowing up when a browser window get really narrow. Narrow it down and see that the tagline and the header will drop down and obscure the post below it.</p>
<pre><code>#masthead h1 {
margin-left: 210px;
text-indent: 0;
text-align: left;
}</code></pre>
<p>If you want to see how a properly designed modern responsive design reacts to narrow browser windows, take a look at the twenty eleven demo site and narrow your browser window way down.</p>
<p><a href="http://twentyelevendemo.wordpress.com/" rel="nofollow">http://twentyelevendemo.wordpress.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>celinamin on "fixing Header in rounded theme"</title>
			<link>http://en.forums.wordpress.com/topic/fixing-header-in-rounded-theme#post-880557</link>
			<pubDate>Mon, 07 May 2012 04:57:50 +0000</pubDate>
			<dc:creator>celinamin</dc:creator>
			<guid isPermaLink="false">880557@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'd just like it to stay put or to not mush into the logo as the window moves
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "fixing Header in rounded theme"</title>
			<link>http://en.forums.wordpress.com/topic/fixing-header-in-rounded-theme#post-880531</link>
			<pubDate>Mon, 07 May 2012 03:55:30 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">880531@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ummm, what do you want it to do? Stay a static width and then overrun the menu (and make the menu useless) and blow out the right side of your site and partially disappear?
</p>
]]></description>
					</item>
		<item>
			<title>celinamin on "fixing Header in rounded theme"</title>
			<link>http://en.forums.wordpress.com/topic/fixing-header-in-rounded-theme#post-880482</link>
			<pubDate>Mon, 07 May 2012 02:00:23 +0000</pubDate>
			<dc:creator>celinamin</dc:creator>
			<guid isPermaLink="false">880482@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi css wizards!</p>
<p>I've just started building this little site: huffs.ca<br />
I used the rounded theme (flexible width theme)</p>
<p>When you resize the window the header text "HILLSIDE URBAN FARMERS FOR SUSTAINABILITY (HUFFS)" squishes<br />
I'd like that to stop!</p>
<p>Any help would be so appreciated!
</p>
]]></description>
					</item>
		<item>
			<title>saedacuncha on "Changes in Coraline"</title>
			<link>http://en.forums.wordpress.com/topic/changes-in-coraline#post-855936</link>
			<pubDate>Mon, 02 Apr 2012 19:05:05 +0000</pubDate>
			<dc:creator>saedacuncha</dc:creator>
			<guid isPermaLink="false">855936@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I was mistaken <em>primary widget area</em> in layouts 3&#38;4 with <em>pwa</em> in layouts 1&#38;2 when I consulted that post months ago. My old images for sidebar are 229px width (not "299", new mistake!).</p>
<p>And about fixed or flexible width sure I didn't realize that is flexible before having problems with images re-size. With 500px width in main column it's easy that I never have seen Coraline narrowed before.</p>
<p>Thanks for your reply, 'justpi'.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Changes in Coraline"</title>
			<link>http://en.forums.wordpress.com/topic/changes-in-coraline#post-855020</link>
			<pubDate>Sun, 01 Apr 2012 14:10:16 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">855020@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Macmanx's reply is wrong: 450px is the width of the <em>featured</em> sidebar, not the primary one. See here:<br />
<a href="http://wpbtips.wordpress.com/2010/08/10/coraline-layouts-and-mullenweg-pearson-dispute/" rel="nofollow">http://wpbtips.wordpress.com/2010/08/10/coraline-layouts-and-mullenweg-pearson-dispute/</a>
</p>
]]></description>
					</item>
		<item>
			<title>saedacuncha on "Changes in Coraline"</title>
			<link>http://en.forums.wordpress.com/topic/changes-in-coraline#post-854958</link>
			<pubDate>Sun, 01 Apr 2012 08:33:19 +0000</pubDate>
			<dc:creator>saedacuncha</dc:creator>
			<guid isPermaLink="false">854958@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have seen recent changes in Coraline layout. Searching this forum I found this thread at Staff Answers:<br />
<a href="http://en.forums.wordpress.com/topic/how-do-i-determine-the-width-of-my-sidebar?replies=9" rel="nofollow">http://en.forums.wordpress.com/topic/how-do-i-determine-the-width-of-my-sidebar?replies=9</a><br />
There 'macmanx' said that the sidebar width in two columns layout is 450px. In Themes Showcase saids that it is 234px in two columns layout.<br />
In CSS sourse I see this:<br />
<pre><code>}

/* 2-column layouts */
.two-column #container {
	max-width: 770px;
}
.two-column #content {
	width: 64.99%;
}
.two-column #primary,
.two-column #secondary {
	float: right;
	width: 30.4%;
}</code></pre>
<p>Then, the sidebar width for two columns layout at maximum width is 234px.</p>
<p>The theme was changed to flexible width an the maximum sidebar wide was changed from 299px to this 234px. Luckily the main column remains in 500px width, sigh!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Fixed Width vs. Flexible Width vs. Responsive Layout"</title>
			<link>http://en.forums.wordpress.com/topic/fixed-width-vs-flexible-width-vs-responsive-layout#post-830136</link>
			<pubDate>Wed, 29 Feb 2012 17:41:17 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">830136@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><strong>Fixed </strong>means the width of the theme does <strong>not</strong> change according to screen resolution (or the width of browser) your visitors use.</p>
<p><strong>Fluid </strong>means the width of the theme <strong>changes</strong> according to screen resolution (or the width of browser) your visitors use.</p>
<p><strong>Responsive width</strong> means the <em>the layout adapts</em> depending on the size of the device being used to view your site. When responsive width themes are viewed on mobiles sidebars appear below the posts in order to provide as much space as possible for reading.</p>
<p>The WordPress.com Theme team uses the “<a href="http://theme.wordpress.com/themes/widths/responsive-width/">responsive-width</a>” tag in the <a href="http://theme.wordpress.com/themes/">Themes Showcase </a>to indicate which themes have this feature.
</p>
]]></description>
					</item>
		<item>
			<title>atlasanswers on "Fixed Width vs. Flexible Width vs. Responsive Layout"</title>
			<link>http://en.forums.wordpress.com/topic/fixed-width-vs-flexible-width-vs-responsive-layout#post-830129</link>
			<pubDate>Wed, 29 Feb 2012 17:33:09 +0000</pubDate>
			<dc:creator>atlasanswers</dc:creator>
			<guid isPermaLink="false">830129@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In selecting a Theme for a website (not a blog), I need to know the differences between Fixed Width, Flexible Width and Responsive Layout. Does this refer to column width? (I need a center column with left and right side bars.) What, if anything, does it mean re viewing on different screens? It should also work on smart phones.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Looking for Coraline-like theme but wider columns"</title>
			<link>http://en.forums.wordpress.com/topic/looking-for-coraline-like-theme-but-wider-columns#post-807112</link>
			<pubDate>Wed, 01 Feb 2012 19:24:24 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">807112@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Look through this post by Panos.</p>
<p><a href="http://wpbtips.wordpress.com/2009/07/23/maximum-image-width/" rel="nofollow">http://wpbtips.wordpress.com/2009/07/23/maximum-image-width/</a>
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Looking for Coraline-like theme but wider columns"</title>
			<link>http://en.forums.wordpress.com/topic/looking-for-coraline-like-theme-but-wider-columns#post-807111</link>
			<pubDate>Wed, 01 Feb 2012 19:23:50 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">807111@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can see all themes in action here:<br />
<a href="http://theme.wordpress.com/themes/sort/name/" rel="nofollow">http://theme.wordpress.com/themes/sort/name/</a></p>
<p>Main column widths listed here:<br />
<a href="http://wpbtips.wordpress.com/2009/07/23/maximum-image-width/" rel="nofollow">http://wpbtips.wordpress.com/2009/07/23/maximum-image-width/</a></p>
<p>Themes with a sidebar listed here:<br />
<a href="http://wpbtips.wordpress.com/2011/02/26/sidebars-and-other-widget-areas/" rel="nofollow">http://wpbtips.wordpress.com/2011/02/26/sidebars-and-other-widget-areas/</a>
</p>
]]></description>
					</item>
		<item>
			<title>peacharino on "Looking for Coraline-like theme but wider columns"</title>
			<link>http://en.forums.wordpress.com/topic/looking-for-coraline-like-theme-but-wider-columns#post-807107</link>
			<pubDate>Wed, 01 Feb 2012 19:17:48 +0000</pubDate>
			<dc:creator>peacharino</dc:creator>
			<guid isPermaLink="false">807107@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Love the Coraline theme but want something with a wider column that includes a sidebar ( to get the width out of Coraline means I'd have to get rid of the side bar ) - any ideas?
</p>
]]></description>
					</item>
		<item>
			<title>mkoenig514 on "How do I find themes with customizable column widths?"</title>
			<link>http://en.forums.wordpress.com/topic/theme-with-customizable-column-width#post-693775</link>
			<pubDate>Fri, 09 Sep 2011 17:50:51 +0000</pubDate>
			<dc:creator>mkoenig514</dc:creator>
			<guid isPermaLink="false">693775@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can use our Feature Filter to browse themes with "Flexible Width" at <a href="http://theme.wordpress.com/themes/" rel="nofollow">http://theme.wordpress.com/themes/</a> . Please see this screenshot for details - <a href="http://en.support.files.wordpress.com/2011/09/themes.png" rel="nofollow">http://en.support.files.wordpress.com/2011/09/themes.png</a> .</p>
<p>You can also customize the width using some custom CSS with our Custom Design upgrade. For more information please check out <a href="http://en.support.wordpress.com/custom-design/" rel="nofollow">http://en.support.wordpress.com/custom-design/</a> .</p>
<p>If you are interested, you can purchase the upgrade at <a href="http://offtheshelfedge.wordpress.com/wp-admin/themes.php?page=custom-design" rel="nofollow">http://offtheshelfedge.wordpress.com/wp-admin/themes.php?page=custom-design</a> .
</p>
]]></description>
					</item>
		<item>
			<title>offtheshelfedge on "How do I find themes with customizable column widths?"</title>
			<link>http://en.forums.wordpress.com/topic/theme-with-customizable-column-width#post-693380</link>
			<pubDate>Fri, 09 Sep 2011 03:22:33 +0000</pubDate>
			<dc:creator>offtheshelfedge</dc:creator>
			<guid isPermaLink="false">693380@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I am trying to find a theme that allows me to customize the width of my columns.  I have only found "Under the Influence" that allows me to control this.  Can you recommend any other themes that have similar options I can control?</p>
<p>Thanks<br />
Blog url: <a href='http://offtheshelfedge.wordpress.com/'>http://offtheshelfedge.wordpress.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>crickethighlightswatch on "Discussion of mobile theme issues"</title>
			<link>http://en.forums.wordpress.com/topic/discussion-of-mobile-theme-issues#post-688059</link>
			<pubDate>Sat, 03 Sep 2011 06:57:21 +0000</pubDate>
			<dc:creator>crickethighlightswatch</dc:creator>
			<guid isPermaLink="false">688059@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>drawingboard Really thanks you for appreciating
</p>
]]></description>
					</item>
		<item>
			<title>drawingboard on "Discussion of mobile theme issues"</title>
			<link>http://en.forums.wordpress.com/topic/discussion-of-mobile-theme-issues#post-687464</link>
			<pubDate>Fri, 02 Sep 2011 16:25:49 +0000</pubDate>
			<dc:creator>drawingboard</dc:creator>
			<guid isPermaLink="false">687464@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@matiasventura: Back in June I actually did send a screenshot to a Happiness Engineer named Andrew, and he wrote:</p>
<blockquote><p>Thanks for the screenshots. Looking at your site on my iPhone now it looks like the width issue has been sorted. The width loads properly now. The search bar covering part of your custom header image is unfortunate because of where the text in your header appears. You could adjust the position of that for your site with a custom CSS upgrade.</p></blockquote>
<p>I was rather unhappy about this, since I really don't want to pay for the upgrade, however reasonably priced it is. What bothered me was that the interface gives you the choice between the mobile theme and the "full site", but with the responsive design you actually can't really choose a true "full site". (As I've said, my preference is to be able to view the whole site counting on readers using touchscreen gestures to isolate what they want to view, which allows for the full visual identity of my blog to stay intact.)</p>
<p>Interestingly, I just threw together a rough facsimile of my blog on my test blog, and it's changed since June. Now, my custom header doesn't show up at all. This, of course, resolves the problem of the search bar becoming superimposed over the header, which covered up the title of my blog. And, because I checked the box to hide the title text in Dashboard-&#62;Appearance-&#62;Header, without my custom header, which contained the title of my blog, there is no title at all unless I switch the setting to show the title text.</p>
<p>Finally, contrary to what @designsimply says above, the responsive design does eliminate the custom background almost entirely. All you can see is the black background to the main menu, the white background to the post column, and a tiny bit of the custom background color at the very bottom of the page.</p>
<p>I'd be happy to send a screenshot if you tell me where to send it to, or you can visit my test blog using an iPhone right now at: fandbtest.wordpress.com.</p>
<p>Again, thanks for engaging with me in this discussion. While I'm not a web designer, as I've mentioned, I am an enthusiast and appreciate your willingness to explore the topic.
</p>
]]></description>
					</item>
		<item>
			<title>matiasventura on "Discussion of mobile theme issues"</title>
			<link>http://en.forums.wordpress.com/topic/discussion-of-mobile-theme-issues#post-687433</link>
			<pubDate>Fri, 02 Sep 2011 15:23:39 +0000</pubDate>
			<dc:creator>matiasventura</dc:creator>
			<guid isPermaLink="false">687433@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@drawingboard This is a very relevant topic. To cut a long story short, responsive web design is a relatively recent practice that means to add to the design the capacity to adapt itself to the screen size in which it's rendered. This is so that you are viewing the same recognizable design regardless of device.</p>
<p>That being said, the different <em>moments</em> for a design are just decisions, and perhaps you stumbled upon areas that could be improved. We would love to see a screenshot of what you find unpleasant so that we can ascertain whether it's intended or a visual annoyance that needs fixing.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Discussion of mobile theme issues"</title>
			<link>http://en.forums.wordpress.com/topic/discussion-of-mobile-theme-issues#post-687057</link>
			<pubDate>Fri, 02 Sep 2011 03:07:44 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">687057@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I personally like the mobile themes since when I view a lot of pages on my iPhone it is difficult in many cases with responsive designs to tell what I'm looking at since everything is so small. Having the simplified, and faster loading presentation specifically designed for mobile devices is great in my opinion. I also like that they eat far less of my precious bandwidth.</p>
<p>Here is Hawaii I expect we won't see 4G till sometime after the start of the 22nd century and the "3G" that is here is really more like 1.5G. Well, 1.5G during lower use hours, about 0.,5G during peak usage times. And I'm not about to run out and spend another boat load of $$$ on a new iPhone just to get 4G (not to mention the increased cost on the data plan). I'll use my iP4 till it takes its last breath.
</p>
]]></description>
					</item>
		<item>
			<title>drawingboard on "Discussion of mobile theme issues"</title>
			<link>http://en.forums.wordpress.com/topic/discussion-of-mobile-theme-issues#post-686947</link>
			<pubDate>Thu, 01 Sep 2011 23:42:49 +0000</pubDate>
			<dc:creator>drawingboard</dc:creator>
			<guid isPermaLink="false">686947@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@designsimply: Thanks a lot for your comments on this topic. I find it fascinating, and appreciate the info on the difference between flexible-width and responsive design, a distinction that I wasn't aware of, since I'm not a web designer.</p>
<p>Quickly, concerning my Twenty-Eleven experience, most of the changes made by the responsive design functionality were tolerable, even having the sidebar drop to the bottom, but in my case the search bar becoming superimposed over the header image, like I said, was a deal breaker, since my custom header had my blog title in it. The background color was only barely visible on the iPhone, hardly enough to count as visible, imo.</p>
<p>Still, I'm curious what you think of my comment above, questioning the need for mobile optimization in the first place, given that touchscreen UIs are making it easier and easier to zoom in and read content in even very busy layouts.</p>
<p>I can kinda see the value from a desktop and laptop, non-touchscreen perspective, but that's about it.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Discussion of mobile theme issues"</title>
			<link>http://en.forums.wordpress.com/topic/discussion-of-mobile-theme-issues#post-686898</link>
			<pubDate>Thu, 01 Sep 2011 22:53:57 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">686898@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://theme.wordpress.com/themes/twentyeleven/">Twenty Eleven</a> is not just a flexible-width theme---it was developed with a responsive design layout and should adapt to a mobile view automatically. You should still be able to see a custom background color as well as widgets (although at the bottom instead of the side). </p>
<p>There is an explosion of conversation about <a href="http://www.google.com/search?q=responsive+design">responsive design</a> lately. In my opinion, there are good arguments on both sides of either using responsive design or a dedicated mobile theme, and each option is good for a different set of readers. From what I can see right now, the trend seems to be moving toward responsive design.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Discussion of mobile theme issues"</title>
			<link>http://en.forums.wordpress.com/topic/discussion-of-mobile-theme-issues#post-685909</link>
			<pubDate>Wed, 31 Aug 2011 23:52:44 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">685909@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@drawingboard<br />
 Hi there. I'm sorry the links provided weren't relevant. I don't have a mobile.
</p>
]]></description>
					</item>
		<item>
			<title>drawingboard on "Discussion of mobile theme issues"</title>
			<link>http://en.forums.wordpress.com/topic/discussion-of-mobile-theme-issues#post-685832</link>
			<pubDate>Wed, 31 Aug 2011 21:49:09 +0000</pubDate>
			<dc:creator>drawingboard</dc:creator>
			<guid isPermaLink="false">685832@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks, timethief.</p>
<p>But, my post is not about the WordPress app.</p>
<p>Rather, as I wrote, it's about the mobile theme, which can be toggled on or off at: Dashboard-&#62;Appearance-&#62;Extras, as well as issues concerning flexible-width and fixed-width themes.</p>
<p>I purposefully didn't designate this as a support topic because I just think it's an interesting thing to discuss.</p>
<p>The WP.com mobile theme is actually quite old as a technology. I give WordPress credit for offering it as early as they did, as more and more people started using smartphones. It showed that they were paying attention to the trends and responding in a timely, creative way.</p>
<p>Right out of the gate, it met a need, it allowed blogs to load faster because they were stripped of most graphics. And, of course, it focused on post content already sized for a mobile screen.</p>
<p>However, much has changed since then. Wi-Fi was slower and hard to find, and there wasn't even 3G when the WP mobile theme was introduced. With 3G and now 4G available, the loading time isn't nearly as big an issue, and, as I mentioned in my first post, smartphone touchscreen gestures make it easy to zoom in on columns of text for easier reading.</p>
<p>Finally, from what I've heard, iOS 5 is supposed to have even more advanced technology for isolating columns of text content on websites and making it easier to read.</p>
<p>So, it's my opinion that both the mobile theme and flexible-width theme approach to optimizing websites for mobile devices are obsolete.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Discussion of mobile theme issues"</title>
			<link>http://en.forums.wordpress.com/topic/discussion-of-mobile-theme-issues#post-685811</link>
			<pubDate>Wed, 31 Aug 2011 21:22:23 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">685811@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello there,<br />
 I'm wondering if you might like to check here:<br />
There is a separate forum for the blackberry app at <a href="http://blackberry.forums.wordpress.org/" rel="nofollow">http://blackberry.forums.wordpress.org/</a></p>
<p>For the iphone wordpress app <a href="http://iphone.forums.wordpress.org/" rel="nofollow">http://iphone.forums.wordpress.org/</a></p>
<p>If it is the app written by wordpress <a href="http://android.forums.wordpress.org/" rel="nofollow">http://android.forums.wordpress.org/</a></p>
<p>ipad &#62; <a href="http://ios.forums.wordpress.org/forum/" rel="nofollow">http://ios.forums.wordpress.org/forum/</a>
</p>
]]></description>
					</item>
		<item>
			<title>drawingboard on "Discussion of mobile theme issues"</title>
			<link>http://en.forums.wordpress.com/topic/discussion-of-mobile-theme-issues#post-685735</link>
			<pubDate>Wed, 31 Aug 2011 19:40:50 +0000</pubDate>
			<dc:creator>drawingboard</dc:creator>
			<guid isPermaLink="false">685735@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi all,</p>
<p>I'm interested in hearing what other WP.com users think about the default mobile theme, and mobile browsing in general, including issues related to fixed-width vs. flexible width themes.</p>
<p>(<strong>Note:</strong> I do not currently pay for the CSS upgrade, altough I'm starting to give it serious consideration. It's very reasonably priced, IMO, so cost isn't the issue.)</p>
<p><strong>Backstory</strong><br />
I've never really liked the mobile theme, because it strips too much of my blog's visual identity. The customizing I do with the theme's default options are important to me, and to lose so many style elements - things like background color and the customized sidebar and footer - bothers me.</p>
<p>So, then I thought, the iPhone has touchscreen gestures (double tapping and pinching and zooming) that make it incredibly easy to isolate the main content columns on websites, I only have a two-column blog, so I might as well just disable the mobile theme. This way the whole blog loads initially, which might take a little longer, but then at least my whole visual identity is intact, and then the reader can zoom however they see fit.</p>
<p>Problem is, when I came to this conclusion, I was using Twenty-Eleven, the best all-around theme I'd tried in years, and because it's a flexible-width theme, it gets messed up in a mobile browser. (My custom header image - which in my case, at the time, contained the title of my blog - was covered over by the search bar, the background color was not visible at all, and the sidebar was bumped down to the bottom, beneath my last post, where it looked terrible.)</p>
<p>After much playing around, I settled on Bueno, a fixed-width theme, the mobile theme is disabled, but there are a few things about Bueno that I don't care for (one example: I don't like that only the day and month is displayed with each post...when someone views an older post from a previous year, the only way they can tell what year it's from is if they look in the URL).</p>
<p><strong>Discuss</strong><br />
Anyway, I find it an interesting little dilemma, and I'd be curious what others think about it, what others have decided they'd do about these issues, etc.</p>
<p>Cheers!
</p>
]]></description>
					</item>
		<item>
			<title>outofourmindstoyours on "problems with getting my pictures and text to stay where I put them"</title>
			<link>http://en.forums.wordpress.com/topic/problems-with-getting-my-pictures-and-text-to-stay-where-i-put-them#post-653523</link>
			<pubDate>Sat, 23 Jul 2011 04:59:24 +0000</pubDate>
			<dc:creator>outofourmindstoyours</dc:creator>
			<guid isPermaLink="false">653523@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey thanks everyone for your input, you have given two clueless chicks some well needed information. We appreciate your patience as well. We plan to camp out tomorrow recreating this mess and will put your suggestions to use. Hopefully you won't hear from us for a while. But, don't count on it :)</p>
<p>Thanks again
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "problems with getting my pictures and text to stay where I put them"</title>
			<link>http://en.forums.wordpress.com/topic/problems-with-getting-my-pictures-and-text-to-stay-where-i-put-them#post-653441</link>
			<pubDate>Sat, 23 Jul 2011 01:13:50 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">653441@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>As Tess said, flexible-width means that the theme can stretch or shrink to fit a user's monitor width and screen resolution. But this is a mixed blessing: for example, if you arrange three images in a row that neatly fits the whole width of your screen, a visitor with a lower resolution screen than yours may see only two of those images next to each other and the third one below them. Drag the lower left corner of your browser window to make it narrower and see what happens. So, like Tess, I would strongly suggest you switch to a fixed-width theme: it makes arranging images easier, and it makes sure that what you see is what every visitor will see. Fixed-width means all themes but a few. If you're interested in a wide theme, check my post on main column width:<br />
<a href="http://wpbtips.wordpress.com/2009/07/23/maximum-image-width/" rel="nofollow">http://wpbtips.wordpress.com/2009/07/23/maximum-image-width/</a></p>
<p>Yes, I assumed you knew what you wanted - if you don't, I cannot really help! (Nor can I offer a complete tutorial here and now. If you check the blog linked to my username, you'll see that it's all about advice on wp.com blogs. One of the things I'm thinking of doing is a series of posts on handling and arranging images. Unfortunately for you, I haven't worked on that yet...)</p>
<p>A couple of basics:<br />
a) Setting the alignment of an image to None or Center means no wrap-around: the rest of the content will start below that image. Setting it to Left or Right means wrap-around: the rest of the content will start next to the image. So, as timethief said, if you want two or three images in a row, you set the alignment of all of them to Left, and insert them the one after the other with nothing but a space between each one and the next. To make sure nothing else will squeeze itself next to the images, you add the br clear:both code after them. Same thing if you want a left or right aligned image with some text next to it: image - text - br clear:both after that text and before the rest of the content.<br />
b) If you want all your test to be centered, don't use the wretched tool of the visual editor: use this in the HTML editor:<br />
<pre><code>&lt;div style=&quot;text-align:center;&quot;&gt;
COMPLETE CONTENT HERE
&lt;/div&gt;</code></pre>
]]></description>
					</item>
		<item>
			<title>1tess on "problems with getting my pictures and text to stay where I put them"</title>
			<link>http://en.forums.wordpress.com/topic/problems-with-getting-my-pictures-and-text-to-stay-where-i-put-them#post-653403</link>
			<pubDate>Sat, 23 Jul 2011 00:03:30 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">653403@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you want to use captions on your images, then I would suggest that you write your posts with all the text and pictures.</p>
<p>Leave the captions until last, after things are the way you like.</p>
<p>If you don't do that, and are not using the html editor, there is a great probability that the captions and text code will get mixed up. The visual editor does not allow for precise placement of your cursor.</p>
<p>I can see that happening in the posts you have now.</p>
<p>If you leave the captions until last, then using the visual editor should work well for you.
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "problems with getting my pictures and text to stay where I put them"</title>
			<link>http://en.forums.wordpress.com/topic/problems-with-getting-my-pictures-and-text-to-stay-where-i-put-them#post-653368</link>
			<pubDate>Fri, 22 Jul 2011 23:24:36 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">653368@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>A flexible width theme is not one for a beginner who wants to arrange pictures and text in a specific way.</p>
<p>It means that when someone has a wide screen with high resolution, the theme will fill up the width. Or a reader might grab the lower-left corner and make the view of the blog very narrow (or has a lower resolution screen), the flexible width will adjust. This means that pictures and text will re-arrange themselves to fit the width of the viewer's screen.
</p>
]]></description>
					</item>

	</channel>
</rss>
