<?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"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Raw HTML issue</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/raw-html-issue/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/raw-html-issue/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 04:39:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/raw-html-issue/#post-24921</guid>
					<title><![CDATA[Raw HTML issue]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/raw-html-issue/#post-24921</link>
					<pubDate>Fri, 20 Nov 2015 02:01:56 +0000</pubDate>
					<dc:creator>fcascardo</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, So far this theme is amazing.</p>
<p>I encountered an issue when creating a custom form inside a RAW HTML container.</p>
<p>It looks like some CSS is controlling it.</p>
<p>I created a table and the rows are not aligned, also to perform the function associated to the form is needed to click outside the last field to be able to perform the calculation.</p>
<p>Also the fields and label move down every time new data is typed and every time the clear button is pressed.</p>
<p><a href="http://es.flexopluss.com/troqueles-flexibles/" rel="nofollow">http://es.flexopluss.com/troqueles-flexibles/</a></p>
<p><a href="http://imgur.com/eDWVXfn" rel="nofollow">http://imgur.com/eDWVXfn</a></p>
<p><a href="http://imgur.com/HsMTEwj" rel="nofollow">http://imgur.com/HsMTEwj</a></p>
<p><a href="http://imgur.com/ubAoRRX" rel="nofollow">http://imgur.com/ubAoRRX</a></p>
<p><a href="http://imgur.com/XxIfeC5" rel="nofollow">http://imgur.com/XxIfeC5</a></p>
<p>After reloading the page, the fields come back to the original position.</p>
<p><a href="http://imgur.com/xpjaWlB" rel="nofollow">http://imgur.com/xpjaWlB</a></p>
<p>Thanks,</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/raw-html-issue/#post-24933</guid>
					<title><![CDATA[Reply To: Raw HTML issue]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/raw-html-issue/#post-24933</link>
					<pubDate>Fri, 20 Nov 2015 13:33:40 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sure you can see what CSS takes place, basically the labels (first cells) have a:</p>
<p>vertical-align: baseline;</p>
<p>and the inputs and selects have a default of bottom-margin: 20px; here:</p>
<p>input[type="text"], input[type="password"], input[type="email"], textarea, select {<br />
    border: 1px solid #eee;<br />
    padding: 8px;<br />
    outline: none;<br />
    -moz-border-radius: 2px;<br />
    -webkit-border-radius: 2px;<br />
    border-radius: 2px;<br />
    font-family: inherit;<br />
    font-size: inherit;<br />
    color: #555;<br />
    margin: 0;<br />
    width: 300px;<br />
    max-width: 100%;<br />
    display: block;<br />
    margin-bottom: 20px;<br />
    background: #f9f9f9;<br />
    transition: all 0.3s ease-out;<br />
    -webkit-transition: all 0.3s ease-out;<br />
    -moz-transition: all 0.3s ease-out;<br />
}</p>
<p>Feel free to overwrite those values for you specific table, using a CSS class on it. For example: </p>
<pre><code>.my_table {
vertical-align: top;
}

.my_table input[type=&quot;text&quot;], .my_table  input[type=&quot;password&quot;], .my_table  input[type=&quot;email&quot;], .my_table  textarea, .my_table  select {
    margin-bottom: 0px;
}</code></pre>
<p>Good luck! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/raw-html-issue/#post-24942</guid>
					<title><![CDATA[Reply To: Raw HTML issue]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/raw-html-issue/#post-24942</link>
					<pubDate>Fri, 20 Nov 2015 14:39:01 +0000</pubDate>
					<dc:creator>fcascardo</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks very much.  The issue of alignment is solved.</p>
<p>Now, every time a field is filled, the different rows of the table get separated in between, even when clear (Borrar) button is pressed, the distance between rows gets increased.</p>
<p>I tried the code on <a href="http://www.w3schools.com" rel="nofollow">http://www.w3schools.com</a> Try it Yourself and this doesn&#8217;t occur.</p>
<p>Any Ideas?</p>
<p>Thanks,</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/raw-html-issue/#post-24945</guid>
					<title><![CDATA[Reply To: Raw HTML issue]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/raw-html-issue/#post-24945</link>
					<pubDate>Fri, 20 Nov 2015 15:43:17 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>In your case you need this to fix the TD alignment:</p>
<pre><code>.distribution_calc table td {
    vertical-align: top;
}</code></pre>
<p>BTw what browser are you using, I don&#8217;t get anything change once you fill the fields in chrome.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/raw-html-issue/#post-24948</guid>
					<title><![CDATA[Reply To: Raw HTML issue]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/raw-html-issue/#post-24948</link>
					<pubDate>Fri, 20 Nov 2015 16:00:34 +0000</pubDate>
					<dc:creator>fcascardo</dc:creator>

					<description>
						<![CDATA[
						<p>I am using Safari, will check on the other ones.</p>
<p>But this last addition to the custom CSS solved the problem.   </p>
<p>Thanks a lot, have a nice weekend.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

