<?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: Aqua (responsive html)</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/aqua-responsive-html/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/aqua-responsive-html/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 13:12:59 +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/aqua-responsive-html/#post-29035</guid>
					<title><![CDATA[Aqua (responsive html)]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/aqua-responsive-html/#post-29035</link>
					<pubDate>Wed, 15 Jun 2016 15:08:47 +0000</pubDate>
					<dc:creator>RichAtkins</dc:creator>

					<description>
						<![CDATA[
						<p>Hi<br />
can you let me know the class for a twitter address, for example for a &#8220;contact&#8221; page. We have<br />
<code>&lt;p class=&quot;icon_loc&quot;&gt; text &lt;/p&gt;</code><br />
<code>&lt;p class=&quot;icon_phone&quot;&gt; number &lt;/p&gt;</code><br />
Need the twitter equivalent please! </p>
<p>Thanks<br />
Richard </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/aqua-responsive-html/#post-29050</guid>
					<title><![CDATA[Reply To: Aqua (responsive html)]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/aqua-responsive-html/#post-29050</link>
					<pubDate>Thu, 16 Jun 2016 08:19:13 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there Richard,</p>
<p>There isn&#8217;t one out of the box but you can create it yourself.<br />
Simply add an icon (icon_twitter.png) to the images folder and create a similar CSS class like the ones that exist already, for example:</p>
<pre><code>.icon_mail {
    font-size: 13px;
    line-height: 24px;
    background: url(&#039;../images/icon_footer_mail.png&#039;) left 5px no-repeat;
    padding: 0 0 0 30px;
    margin-bottom: 6px;
}</code></pre>
<p>Should look something like:</p>
<pre><code>.icon_twitter {
    font-size: 13px;
    line-height: 24px;
    background: url(&#039;../images/icon_twitter.png&#039;) left 5px no-repeat;
    padding: 0 0 0 30px;
    margin-bottom: 6px;
}</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

