<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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 - Topic: Floating vertical line code between shortcode columns?</title>
		<link>http://www.kriesi.at/support/topic/floating-vertical-line-code-between-shortcode-columns</link>
		<description>Support Forum - Topic: Floating vertical line code between shortcode columns?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 16:52:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/floating-vertical-line-code-between-shortcode-columns" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Floating vertical line code between shortcode columns?"</title>
			<link>http://www.kriesi.at/support/topic/floating-vertical-line-code-between-shortcode-columns#post-77607</link>
			<pubDate>Thu, 27 Sep 2012 15:18:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">77607@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey&#60;/p&#62;
&#60;p&#62;Unfortunately there isn't really an easy way I know of or can think of that can do what you are looking for. The issue is in how all the columns are actually coded and created. Since they use percentage widths and the way padding is done it looks a bit odd just adding in a single border on them.&#60;/p&#62;
&#60;p&#62;For instance:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-424 .one_half.first.flex_column {
border-right: 1px solid black;
margin-right: -1px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add that to your Quick CSS and you'll get a line in between the two columns on that page. Its very specific to that situation but its a bit awkard. You could definitely do that, but it would need to be done on a per page basis and slightly differently with each setup.&#60;/p&#62;
&#60;p&#62;If you really want to have full control over layout, your way is the best and what I would recommend. Just having full control over the code and new divs you create will keep everything clean and working.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>designjunkies on "Floating vertical line code between shortcode columns?"</title>
			<link>http://www.kriesi.at/support/topic/floating-vertical-line-code-between-shortcode-columns#post-77390</link>
			<pubDate>Wed, 26 Sep 2012 06:35:33 +0000</pubDate>
			<dc:creator>designjunkies</dc:creator>
			<guid isPermaLink="false">77390@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;It's not so much as 'issue', but was hoping for an easy way to do it.&#60;/p&#62;
&#60;p&#62;I have made my own 'version' here: &#60;a href=&#34;http://easyretailsolutions.com/?page_id=330&#34; rel=&#34;nofollow&#34;&#62;http://easyretailsolutions.com/?page_id=330&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But it's using div styles, not shortcode and complicated if I want to use divided lines throughout like on this page. &#60;a href=&#34;http://easyretailsolutions.com/?page_id=424&#34; rel=&#34;nofollow&#34;&#62;http://easyretailsolutions.com/?page_id=424&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Does that make a bit more sense? :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Floating vertical line code between shortcode columns?"</title>
			<link>http://www.kriesi.at/support/topic/floating-vertical-line-code-between-shortcode-columns#post-77355</link>
			<pubDate>Wed, 26 Sep 2012 02:16:55 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi designjunkies,&#60;/p&#62;
&#60;p&#62;Can you post the link of the page in your site which has this issue? so we can have a look.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>designjunkies on "Floating vertical line code between shortcode columns?"</title>
			<link>http://www.kriesi.at/support/topic/floating-vertical-line-code-between-shortcode-columns#post-77336</link>
			<pubDate>Tue, 25 Sep 2012 22:43:50 +0000</pubDate>
			<dc:creator>designjunkies</dc:creator>
			<guid isPermaLink="false">77336@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also I did look on the internet but something like this was the closest thing I can find. Can we add a shortcode or something?&#60;br /&#62;
inbordercss=&#34;1px dotted gray&#34;&#60;br /&#62;
:)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>designjunkies on "Floating vertical line code between shortcode columns?"</title>
			<link>http://www.kriesi.at/support/topic/floating-vertical-line-code-between-shortcode-columns#post-77334</link>
			<pubDate>Tue, 25 Sep 2012 22:38:27 +0000</pubDate>
			<dc:creator>designjunkies</dc:creator>
			<guid isPermaLink="false">77334@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;Just wondering if there was a bit of code I can insert to have a floating vertical line to mark the space between the 2x shortcode columns?&#60;/p&#62;
&#60;p&#62;Thank you!&#60;br /&#62;
Amanda
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
