<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<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>Support Forum &#187; Recent Posts</title>
		<link>http://themespectrum.com/forum/</link>
		<description>Support Forum &raquo; Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 21:43:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://themespectrum.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://themespectrum.com/forum/rss.php" rel="self" type="application/rss+xml" />

		<item>
			<title>Rainey on "old version of jQuery??"</title>
			<link>http://themespectrum.com/forum/topic.php?id=401#post-1420</link>
			<pubDate>Wed, 19 Jun 2013 15:47:31 +0000</pubDate>
			<dc:creator>Rainey</dc:creator>
			<guid isPermaLink="false">1420@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Actually this isn't as bad as I thought.  WP is not using the newest version so this fix will be included in the next release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madaplus on "white space between featured images"</title>
			<link>http://themespectrum.com/forum/topic.php?id=402#post-1419</link>
			<pubDate>Fri, 14 Jun 2013 14:19:49 +0000</pubDate>
			<dc:creator>madaplus</dc:creator>
			<guid isPermaLink="false">1419@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madaplus on "Make &#039;Extra Scrolling Image&#039; into a link!"</title>
			<link>http://themespectrum.com/forum/topic.php?id=399#post-1418</link>
			<pubDate>Fri, 14 Jun 2013 10:28:31 +0000</pubDate>
			<dc:creator>madaplus</dc:creator>
			<guid isPermaLink="false">1418@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;I have sent to you.  Thanks...please help quickly my client is getting anxious.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hayds33 on "Portfolio"</title>
			<link>http://themespectrum.com/forum/topic.php?id=324#post-1417</link>
			<pubDate>Fri, 14 Jun 2013 08:45:19 +0000</pubDate>
			<dc:creator>hayds33</dc:creator>
			<guid isPermaLink="false">1417@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;It's a feature that makes the package a whole lot more attractive I think. Thanks for looking into it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rainey on "old version of jQuery??"</title>
			<link>http://themespectrum.com/forum/topic.php?id=401#post-1416</link>
			<pubDate>Thu, 13 Jun 2013 20:13:42 +0000</pubDate>
			<dc:creator>Rainey</dc:creator>
			<guid isPermaLink="false">1416@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;It sure is.  There is a problem with using the latest (version 2) where some of my functions break because they are not supported in the new version.  I need to address this and will look into it when I am working on the new parallax updates.&#60;/p&#62;
&#60;p&#62;You can try looking at line 22 in header.php and changing the version number from 1.7 to 1.10.1 to see if that helps. Otherwise, no solution as of now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rainey on "white space between featured images"</title>
			<link>http://themespectrum.com/forum/topic.php?id=402#post-1415</link>
			<pubDate>Thu, 13 Jun 2013 20:11:39 +0000</pubDate>
			<dc:creator>Rainey</dc:creator>
			<guid isPermaLink="false">1415@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;You can adjust the padding by adding this to your CSS box in the theme admin:&#60;/p&#62;
&#60;p&#62;.scrollslide { padding: 40px 0px 0px 0px; }&#60;/p&#62;
&#60;p&#62;You may already know this, but I will post it for those that don't.  The px is not needed for zeros, but is for every other number.&#60;/p&#62;
&#60;p&#62;Shorthand for padding, margin and some other items in CSS can be read like this:&#60;/p&#62;
&#60;p&#62;padding: top right bottom left;&#60;/p&#62;
&#60;p&#62;I hope that helps and good luck!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rainey on "Parallax Questions - Icons - Video - Font Size"</title>
			<link>http://themespectrum.com/forum/topic.php?id=403#post-1414</link>
			<pubDate>Thu, 13 Jun 2013 20:05:06 +0000</pubDate>
			<dc:creator>Rainey</dc:creator>
			<guid isPermaLink="false">1414@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Hi javitoarroba,&#60;/p&#62;
&#60;p&#62;1 - the background is set to be the original size and the extra falls away on smaller displays.  You can change this by adding the following to your CSS box in the theme admin:&#60;/p&#62;
&#60;p&#62;.parallax-container { background-size: 100%; }&#60;/p&#62;
&#60;p&#62;Doing this may cause you to need to address your image height.  Alternatively, you can try making the size 150%, 125%, etc. to see what works best for you.  You can even change the percent as you scale down through the sizes using media queries if you want.&#60;/p&#62;
&#60;p&#62;2 - Little known fact, when I did the icons I went ahead and created multiple sizes of these incase I wanted to add an option to change the size later.  I never got any requests about it so I didn't worry about doing this.  I am going to work on Parallax again soon and may consider this.  But, even if I don't add the feature, you can either (1: change the names of the images images/icons/socialmedia that you want to change from -20 to -32 or -64) or (2: in the theme folder, open includes/socialNetworks.php and find and replace -20 with -32 or -64)&#60;/p&#62;
&#60;p&#62;3 - Make sure that the post excerpt is disabled in the theme admin under the advanced tab.&#60;/p&#62;
&#60;p&#62;4- Unfortunately this theme does not have the option for sizes yet.  You can change the font family by searching Google Webfonts and copying the exact name of the font and pasting it into the corresponding option in the theme admin under Fonts and Colors.&#60;/p&#62;
&#60;p&#62;My newest themes do address size and I am thinking of ways to either include them in the old themes.  For now, you can paste any of these into the CSS box in the theme admin.  Each does something different.&#60;/p&#62;
&#60;p&#62;/* Paragraphs */&#60;br /&#62;
p { font-size: 16px; }&#60;/p&#62;
&#60;p&#62;/* Main Navigation */&#60;br /&#62;
#mainNav { font-size: 20px; }&#60;/p&#62;
&#60;p&#62;/* Site Header */&#60;br /&#62;
#header h1 { font-size: 40px }&#60;/p&#62;
&#60;p&#62;/* Post Headers */&#60;br /&#62;
.story h1 {&#60;br /&#62;
font-size: 20px !important;&#60;br /&#62;
line-height: 24px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I hope that helps!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rainey on "Portfolio"</title>
			<link>http://themespectrum.com/forum/topic.php?id=324#post-1413</link>
			<pubDate>Thu, 13 Jun 2013 19:34:52 +0000</pubDate>
			<dc:creator>Rainey</dc:creator>
			<guid isPermaLink="false">1413@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Marking this unresolved so that I can remember to add this feature.  It isn't really bug, but I like the idea.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rainey on "Parallax / Lighbox + media social sharing"</title>
			<link>http://themespectrum.com/forum/topic.php?id=404#post-1412</link>
			<pubDate>Thu, 13 Jun 2013 19:32:09 +0000</pubDate>
			<dc:creator>Rainey</dc:creator>
			<guid isPermaLink="false">1412@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Yeah, I don't see me adding the social icons inside the lightbox, but I do still have the lightbox on my list of todos.  I have a few updates for parallax that I hope to push in the next couple of weeks.&#60;/p&#62;
&#60;p&#62;Thanks for the reminder.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rainey on "Make &#039;Extra Scrolling Image&#039; into a link!"</title>
			<link>http://themespectrum.com/forum/topic.php?id=399#post-1411</link>
			<pubDate>Thu, 13 Jun 2013 19:07:39 +0000</pubDate>
			<dc:creator>Rainey</dc:creator>
			<guid isPermaLink="false">1411@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Can you send some login creds to &#60;a href=&#34;mailto:rainey@themespectrum.com&#34;&#62;rainey@themespectrum.com&#60;/a&#62; and I will see what I can do to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hayds33 on "Portfolio"</title>
			<link>http://themespectrum.com/forum/topic.php?id=324#post-1410</link>
			<pubDate>Thu, 13 Jun 2013 14:56:45 +0000</pubDate>
			<dc:creator>hayds33</dc:creator>
			<guid isPermaLink="false">1410@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Has this been sorted? If so where can I find the update?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Seba on "Parallax / Lighbox + media social sharing"</title>
			<link>http://themespectrum.com/forum/topic.php?id=404#post-1409</link>
			<pubDate>Thu, 13 Jun 2013 13:09:03 +0000</pubDate>
			<dc:creator>Seba</dc:creator>
			<guid isPermaLink="false">1409@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Hi Rainey...&#60;/p&#62;
&#60;p&#62;Just a sequel to the topic I posted a few months ago :&#60;br /&#62;
&#60;a href=&#34;http://themespectrum.com/forum/topic.php?id=347&#34; rel=&#34;nofollow&#34;&#62;http://themespectrum.com/forum/topic.php?id=347&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You said &#34;Parallax doesn't use lightbox, but this may be a good addition&#34;.&#60;br /&#62;
Would this be still conceivable for next update ?&#60;/p&#62;
&#60;p&#62;Furthermore, I'd like to insert social sharing functionality combined with lightbox (both for single image &#38;amp; galleries).&#60;br /&#62;
In fact I'm about to purchase this plugin : &#60;a href=&#34;http://getfoobox.com&#34; rel=&#34;nofollow&#34;&#62;http://getfoobox.com&#60;/a&#62;&#60;br /&#62;
... but I just want to have your opinion about this, in case you would have planned to update Parallax in this way (?)...&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Seba
&#60;/p&#62;</description>
		</item>
		<item>
			<title>javitoarroba on "Parallax Questions - Icons - Video - Font Size"</title>
			<link>http://themespectrum.com/forum/topic.php?id=403#post-1408</link>
			<pubDate>Wed, 12 Jun 2013 22:17:31 +0000</pubDate>
			<dc:creator>javitoarroba</dc:creator>
			<guid isPermaLink="false">1408@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have some questions, i am new about this but i have reviewed first all the posts!!&#60;/p&#62;
&#60;p&#62;1) Ipad &#38;gt; the background image doesn't fits properly, is there a solution? I have seen muttonmedia.com and is perfect&#60;br /&#62;
2) Social Icons &#38;gt; how can i give them more size ?&#60;br /&#62;
3) Video : i know we can place a video as in the template but cant find the way. Also as in the post from muttonmedia.com&#60;br /&#62;
4) Fonts Size : how can i change the size of the font in the pages ? and the type?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madaplus on "white space between featured images"</title>
			<link>http://themespectrum.com/forum/topic.php?id=402#post-1407</link>
			<pubDate>Wed, 12 Jun 2013 13:26:41 +0000</pubDate>
			<dc:creator>madaplus</dc:creator>
			<guid isPermaLink="false">1407@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Hey&#60;/p&#62;
&#60;p&#62;How do I make the space between featured images thinner?  I've discovered how to make the featured images bigger, but now would like to know this.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Adam
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madaplus on "Make &#039;Extra Scrolling Image&#039; into a link!"</title>
			<link>http://themespectrum.com/forum/topic.php?id=399#post-1406</link>
			<pubDate>Wed, 12 Jun 2013 11:22:17 +0000</pubDate>
			<dc:creator>madaplus</dc:creator>
			<guid isPermaLink="false">1406@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Yes I definitely enabled the title links
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saschalarsen on "old version of jQuery??"</title>
			<link>http://themespectrum.com/forum/topic.php?id=401#post-1405</link>
			<pubDate>Tue, 11 Jun 2013 21:17:04 +0000</pubDate>
			<dc:creator>saschalarsen</dc:creator>
			<guid isPermaLink="false">1405@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I was just playing around with the plugin Jetpack - but I could not make it work. An I got this answer:&#60;/p&#62;
&#60;p&#62;&#34;I noticed that your theme or one of your plugins seems to be loading an old version of jQuery instead of using the version that comes bundled with WordPress.&#60;/p&#62;
&#60;p&#62;It can create multiple conflicts with WordPress and with other plugins like Jetpack. You can read more about it here... &#34;&#60;/p&#62;
&#60;p&#62;Do you know if this is related with this Theme? &#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Sas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rainey on "Not working on mobile device"</title>
			<link>http://themespectrum.com/forum/topic.php?id=400#post-1404</link>
			<pubDate>Mon, 10 Jun 2013 18:52:47 +0000</pubDate>
			<dc:creator>Rainey</dc:creator>
			<guid isPermaLink="false">1404@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Add this to the CSS box in the theme admin to get the extra scrolling image back:&#60;/p&#62;
&#60;p&#62;.bg1 { display: inherit; }&#60;/p&#62;
&#60;p&#62;The extra scrolling image is non-essential for mobile in the way I use it in the demo, but I can see you need it for your's.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rainey on "Make &#039;Extra Scrolling Image&#039; into a link!"</title>
			<link>http://themespectrum.com/forum/topic.php?id=399#post-1403</link>
			<pubDate>Mon, 10 Jun 2013 18:33:23 +0000</pubDate>
			<dc:creator>Rainey</dc:creator>
			<guid isPermaLink="false">1403@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Did you make sure to enable the title links in the admin under advanced?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madaplus on "Not working on mobile device"</title>
			<link>http://themespectrum.com/forum/topic.php?id=400#post-1402</link>
			<pubDate>Fri, 07 Jun 2013 21:53:04 +0000</pubDate>
			<dc:creator>madaplus</dc:creator>
			<guid isPermaLink="false">1402@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://therealcrystalbirch.com&#34; rel=&#34;nofollow&#34;&#62;http://therealcrystalbirch.com&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Can you maybe help me out here.....Not sure how to get it working on mobile device.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Adam
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madaplus on "Make &#039;Extra Scrolling Image&#039; into a link!"</title>
			<link>http://themespectrum.com/forum/topic.php?id=399#post-1401</link>
			<pubDate>Fri, 07 Jun 2013 21:52:02 +0000</pubDate>
			<dc:creator>madaplus</dc:creator>
			<guid isPermaLink="false">1401@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Hey&#60;/p&#62;
&#60;p&#62;I did what you mentioned above and it looks like this now:  &#60;a href=&#34;http://therealcrystalbirch.com&#34; rel=&#34;nofollow&#34;&#62;http://therealcrystalbirch.com&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;The logos are not centered anymore and I still dont know how to turn them into operable links.  &#60;/p&#62;
&#60;p&#62;thanks&#60;br /&#62;
Adam
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madaplus on "remove RSS feed from footer"</title>
			<link>http://themespectrum.com/forum/topic.php?id=398#post-1400</link>
			<pubDate>Fri, 07 Jun 2013 21:47:05 +0000</pubDate>
			<dc:creator>madaplus</dc:creator>
			<guid isPermaLink="false">1400@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;ahh...thanks so much!  really dig the theme rainey
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rainey on "Make &#039;Extra Scrolling Image&#039; into a link!"</title>
			<link>http://themespectrum.com/forum/topic.php?id=399#post-1399</link>
			<pubDate>Fri, 07 Jun 2013 20:09:35 +0000</pubDate>
			<dc:creator>Rainey</dc:creator>
			<guid isPermaLink="false">1399@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;I would recommend turning the title links back on and adding the following CSS to your CSS box in the admin.  This should get you close:&#60;/p&#62;
&#60;p&#62;.parallax-container {&#60;br /&#62;
    padding: 0 ;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.story {&#60;br /&#62;
    width: 100%;&#60;br /&#62;
    padding: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.blockText {&#60;br /&#62;
    margin: 0;&#60;br /&#62;
    width: 100% ;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.blockText p {&#60;br /&#62;
    display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.blockText h1 {&#60;br /&#62;
    height: 100%;&#60;br /&#62;
    min-height: 1000px;&#60;br /&#62;
    margin: 0;&#60;br /&#62;
    padding: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.blockText h1 a {&#60;br /&#62;
    display: block;&#60;br /&#62;
    min-height: 1000px;&#60;br /&#62;
    text-indent: -99999px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.story .float-left, .story .float-right, .story .center {&#60;br /&#62;
    margin: 0;&#60;br /&#62;
    padding: 0;&#60;br /&#62;
    background: transparent;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rainey on "remove RSS feed from footer"</title>
			<link>http://themespectrum.com/forum/topic.php?id=398#post-1398</link>
			<pubDate>Fri, 07 Jun 2013 19:52:52 +0000</pubDate>
			<dc:creator>Rainey</dc:creator>
			<guid isPermaLink="false">1398@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Sure just add the following CSS to the CSS box in the admin to get rid of just the RSS:&#60;/p&#62;
&#60;p&#62;.subscribe { display: none; }&#60;/p&#62;
&#60;p&#62;To get rid of the entire area use:&#60;/p&#62;
&#60;p&#62;#socialNetworks { display: none; }
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madaplus on "Make &#039;Extra Scrolling Image&#039; into a link!"</title>
			<link>http://themespectrum.com/forum/topic.php?id=399#post-1397</link>
			<pubDate>Thu, 06 Jun 2013 15:01:19 +0000</pubDate>
			<dc:creator>madaplus</dc:creator>
			<guid isPermaLink="false">1397@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Hey again&#60;/p&#62;
&#60;p&#62;I would also like to make these logos 'crystal birch' here &#60;a href=&#34;http://therealcrystalbirch.com&#34; rel=&#34;nofollow&#34;&#62;http://therealcrystalbirch.com&#60;/a&#62;   into links.  &#60;/p&#62;
&#60;p&#62;They are extra scrolling images at the moment.  Can they be links??&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Adam
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madaplus on "remove RSS feed from footer"</title>
			<link>http://themespectrum.com/forum/topic.php?id=398#post-1396</link>
			<pubDate>Thu, 06 Jun 2013 14:59:27 +0000</pubDate>
			<dc:creator>madaplus</dc:creator>
			<guid isPermaLink="false">1396@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Greetings&#60;/p&#62;
&#60;p&#62;I am new to this theme.  Please I would like to know how to remove the rss feed from the footer.  I've tried some code, but nothing works yet.&#60;/p&#62;
&#60;p&#62;Thanks so much&#60;br /&#62;
Adam
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nic on "Mobile View"</title>
			<link>http://themespectrum.com/forum/topic.php?id=397#post-1395</link>
			<pubDate>Fri, 31 May 2013 00:39:48 +0000</pubDate>
			<dc:creator>nic</dc:creator>
			<guid isPermaLink="false">1395@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Thanks again Rainey!&#60;/p&#62;
&#60;p&#62;Much appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rainey on "Mobile View"</title>
			<link>http://themespectrum.com/forum/topic.php?id=397#post-1394</link>
			<pubDate>Thu, 30 May 2013 16:31:09 +0000</pubDate>
			<dc:creator>Rainey</dc:creator>
			<guid isPermaLink="false">1394@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Just add this to what ever size you want to begin scrolling vertically:&#60;/p&#62;
&#60;p&#62;.scrollslide, .tablecell, #homescroll, .tablerow {&#60;br /&#62;
    display: inherit !important;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nic on "Mobile View"</title>
			<link>http://themespectrum.com/forum/topic.php?id=397#post-1393</link>
			<pubDate>Thu, 30 May 2013 01:09:09 +0000</pubDate>
			<dc:creator>nic</dc:creator>
			<guid isPermaLink="false">1393@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Thanks Rainey.&#60;/p&#62;
&#60;p&#62;Is it possible to change the scroll direction to vertical for the &#34;smaller than 600&#34; style?&#60;br /&#62;
If it is, could you just point me in the right direction. I can probably work the rest out myself.&#60;/p&#62;
&#60;p&#62;Cheers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rainey on "Mobile View"</title>
			<link>http://themespectrum.com/forum/topic.php?id=397#post-1392</link>
			<pubDate>Wed, 29 May 2013 21:48:59 +0000</pubDate>
			<dc:creator>Rainey</dc:creator>
			<guid isPermaLink="false">1392@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Look in the bottom of the styles.css starting at:&#60;/p&#62;
&#60;p&#62;/************************************************************************************&#60;br /&#62;
smaller than 1190&#60;br /&#62;
****......&#60;/p&#62;
&#60;p&#62;There you can apply styles to various screen sizes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nic on "Mobile View"</title>
			<link>http://themespectrum.com/forum/topic.php?id=397#post-1391</link>
			<pubDate>Wed, 29 May 2013 00:37:26 +0000</pubDate>
			<dc:creator>nic</dc:creator>
			<guid isPermaLink="false">1391@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Where should I be looking if I wanted to edit the layout/styles of the Mobile view only?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saschalarsen on "make featured image non scrolling"</title>
			<link>http://themespectrum.com/forum/topic.php?id=396#post-1390</link>
			<pubDate>Mon, 27 May 2013 09:49:48 +0000</pubDate>
			<dc:creator>saschalarsen</dc:creator>
			<guid isPermaLink="false">1390@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Thank you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rainey on "make featured image non scrolling"</title>
			<link>http://themespectrum.com/forum/topic.php?id=396#post-1389</link>
			<pubDate>Mon, 27 May 2013 03:11:12 +0000</pubDate>
			<dc:creator>Rainey</dc:creator>
			<guid isPermaLink="false">1389@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Hi Saschalarsen,&#60;/p&#62;
&#60;p&#62;You can make stop the background image from moving by adding the following to your CSS box in the theme admin:&#60;/p&#62;
&#60;p&#62;.parallax-container[style] { background-position-y: 0 !important; }
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saschalarsen on "make featured image non scrolling"</title>
			<link>http://themespectrum.com/forum/topic.php?id=396#post-1387</link>
			<pubDate>Sun, 26 May 2013 11:22:46 +0000</pubDate>
			<dc:creator>saschalarsen</dc:creator>
			<guid isPermaLink="false">1387@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Or... Can I make det post different sizes? So that one is min-height: 1200px; and another 400px; ? anybody? :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saschalarsen on "make featured image non scrolling"</title>
			<link>http://themespectrum.com/forum/topic.php?id=396#post-1386</link>
			<pubDate>Fri, 24 May 2013 15:40:48 +0000</pubDate>
			<dc:creator>saschalarsen</dc:creator>
			<guid isPermaLink="false">1386@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;HELP :)&#60;/p&#62;
&#60;p&#62;I love this scrolling thing - however I would like the featured image not to scroll?&#60;/p&#62;
&#60;p&#62;Or make a different (full size image) for every post? &#60;/p&#62;
&#60;p&#62;- Sascha
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rainey on "Background on different screens"</title>
			<link>http://themespectrum.com/forum/topic.php?id=395#post-1385</link>
			<pubDate>Fri, 24 May 2013 14:41:01 +0000</pubDate>
			<dc:creator>Rainey</dc:creator>
			<guid isPermaLink="false">1385@http://themespectrum.com/forum/</guid>
			<description>&#60;p&#62;Sure, you can add this to your CSS box in the theme admin:&#60;/p&#62;
&#60;p&#62;.vegas-background[style] {&#60;br /&#62;
      width: 2000px !important;&#60;br /&#62;
      height: auto !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Change the width to be whatever fixed width you want.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
