<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<!--
  This web page is actually a data file that is meant to be read by RSS reader programs.
-->
<channel>
<atom:link href="https://support.khooseller.co.uk/141/xml/" rel="self" type="application/rss+xml" />
<title>support.khooseller.co.uk</title>
<link>https://support.khooseller.co.uk:443</link>
<description>News for support.khooseller.co.uk</description>
<language>en-gb</language>
<lastBuildDate>Mon, 04 Jul 2016 14:44:32 +0100</lastBuildDate>
<copyright>Copyright: (C) iPages</copyright>
<ttl>15</ttl>

<item>
<title>Mobile Page Layout</title>
<guid isPermaLink="false">support_154084</guid>
<pubDate>Mon, 04 Jul 2016 14:44:32 +0100</pubDate>
<description><![CDATA[]]></description>
<link>https://support.khooseller.co.uk:443/325/Mobile-Page-Layout</link>

</item>
<item>
<title>Designing Page Layout in KhooSeller</title>
<guid isPermaLink="false">support_154085</guid>
<pubDate>Mon, 04 Jul 2016 14:44:32 +0100</pubDate>
<description><![CDATA[<div>
<p><strong>Caution:</strong> We do not recommend changing anything unless you know&nbsp;exactly&nbsp;what you're doing. This part is usually completed by your designer.</p>
<p><strong>On this page:</strong></p>
<ul>
<li>Understanding Basic&nbsp;Page Layout</li>
<li>Browser Settings</li>
<li>Customising Layout Sections using CSS</li>
<li>Understanding Main Content</li>
</ul>
</div>

<h3>Customising&nbsp;Layout Sections using CSS</h3>
<p>Using relevant identities, content for each&nbsp;layout section and sub-sections can be styled using CSS in <strong>Design &gt; Stylesheets</strong>.</p>
<p><strong>It is advisable to make any CSS styling across a site general rather than specific.&nbsp;This&nbsp;keeps styled&nbsp;content&nbsp;much easier to find&nbsp;when editing and&nbsp;means there is&nbsp;less of an impact on&nbsp;a sites loading speed.&nbsp;KhooSeller is designed so that minimal manual CSS is required to design an effective and unique webpage.&nbsp;</strong></p>
<p>Each layout section has three CSS identities. The outer identity is the section (full width) identity, which encloses the&nbsp;section inner identity. The section inner identity encloses the third and final identity, the box identity.</p>
<p>The outer identity is used to style the full width background image/colour for the section as set in <strong>Page Layout</strong>.</p>
<p>The section inner identity is used to make the section obey the&nbsp;browser&nbsp;width (and to style the background image/colour if applicable) as set in <strong>Page Layout</strong>.</p>
<p>The box identity is used to style content, such as text and images, within the section.</p>
<p>The identities for each layout section are shown below:</p>
<table>
<tbody>
<tr style="height: 15px;">
<td style="height: 15px;"><strong>Section</strong></td>
<td style="height: 15px;"><strong>CSS Full Width Identity</strong></td>
<td style="height: 15px;"><strong>CSS Inner Identity</strong></td>
<td style="height: 15px;"><strong>CSS&nbsp;Box Identity</strong></td>
</tr>
<tr style="height: 15px;">
<td style="height: 15px;">Header</td>
<td style="height: 15px;">#header</td>
<td style="height: 15px;">#header-inner</td>
<td style="height: 15px;">#header-box</td>
</tr>
<tr style="height: 15px;">
<td style="height: 15px;">Horizontal Navigation</td>
<td style="height: 15px;">#h-nav</td>
<td style="height: 15px;">#h-nav-inner</td>
<td style="height: 15px;">#h-nav-box</td>
</tr>
<tr style="height: 15px;">
<td style="height: 15px;">Body Header</td>
<td style="height: 15px;">#body-header</td>
<td style="height: 15px;">#body-header-inner</td>
<td style="height: 15px;">#body-header-box</td>
</tr>
<tr style="height: 15px;">
<td style="height: 15px;">Main Content</td>
<td style="height: 15px;">#main-content</td>
<td style="height: 15px;">#main-content-inner</td>
<td style="height: 15px;">#main-content-box</td>
</tr>
<tr style="height: 15px;">
<td style="height: 15px;">Body Footer</td>
<td style="height: 15px;">#body-footer</td>
<td style="height: 15px;">#body-footer-inner</td>
<td style="height: 15px;">#body-footer-box</td>
</tr>
<tr style="height: 15px;">
<td style="height: 15px;">Footer</td>
<td style="height: 15px;">#footer</td>
<td style="height: 15px;">#footer-inner</td>
<td style="height: 15px;">#footer-box</td>
</tr>
</tbody>
</table>
<h3>Understanding&nbsp;Main Content</h3>
<p>The layout section, "Main Content" is broken down into three <strong>horizontal</strong>&nbsp;sections: one central content&nbsp;"column"&nbsp;and two optional&nbsp;left and right columns.</p>
<p>Inside "#main-content-box" are each of these three columns. The identities showing the breakdown of the sub-sections are shown below:</p>
<table>
<tbody>
<tr style="height: 15px;">
<td style="height: 15px;"><strong>Sub Section</strong></td>
<td style="height: 15px;"><strong>CSS Identity</strong></td>
<td style="height: 15px;"><strong>CSS Inner Identity</strong></td>
<td style="height: 15px;"><strong>CSS&nbsp;Box Identity</strong></td>
</tr>
<tr style="height: 15px;">
<td style="height: 15px;">Central Content Column</td>
<td style="height: 15px;">#c-col</td>
<td style="height: 15px;">#c-col-inner</td>
<td style="height: 15px;">#c-col-box</td>
</tr>
<tr style="height: 15px;">
<td style="height: 15px;">Left Column</td>
<td style="height: 15px;">#l-col</td>
<td style="height: 15px;">---</td>
<td style="height: 15px;">#l-col-box</td>
</tr>
<tr style="height: 15px;">
<td style="height: 15px;">Right Column</td>
<td style="height: 15px;">#r-col</td>
<td style="height: 15px;">---</td>
<td style="height: 15px;">#r-col-box</td>
</tr>
</tbody>
</table>
<p>In addition, the Central Content Column is broken down into three&nbsp;<strong>vertical</strong> sections: the central content body and an optional header and footer.</p>
<p>Here are the identities for these sub-sections:</p>
<table>
<tbody>
<tr style="height: 15px;">
<td style="height: 15px;"><strong>Sub Section</strong></td>
<td style="height: 15px;"><strong>CSS Identity</strong></td>
</tr>
<tr style="height: 15px;">
<td style="height: 15px;">Content Header</td>
<td style="height: 15px;">#content-header</td>
</tr>
<tr style="height: 15px;">
<td style="height: 15px;">Content Body</td>
<td style="height: 15px;">#content-body</td>
</tr>
<tr style="height: 15px;">
<td style="height: 15px;">Content Footer</td>
<td style="height: 15px;">#content-footer</td>
</tr>
</tbody>
</table>
<h3>&nbsp;</h3>
<p>&nbsp;</p>]]></description>
<link>https://support.khooseller.co.uk:443/322/Designing-Page-Layout-in-KhooSeller</link>

</item>
<item>
<title>Desktop Page Layout</title>
<guid isPermaLink="false">support_154082</guid>
<pubDate>Fri, 15 May 2015 23:40:18 +0100</pubDate>
<description><![CDATA[Following the structure of your website from top to bottom, 'Layout' gives you full control over the website appearance. ]]></description>
<link>https://support.khooseller.co.uk:443/122/Desktop-Page-Layout</link>

</item>
<item>
<title>Introducing Page Layout</title>
<guid isPermaLink="false">support_154083</guid>
<pubDate>Fri, 15 May 2015 23:40:18 +0100</pubDate>
<description><![CDATA[Following the structure of your website from top to bottom, 'Layout' gives you full control over the website appearance. ]]></description>
<link>https://support.khooseller.co.uk:443/350/Introducing-Page-Layout</link>

</item>

</channel>
</rss>