Gap between store header and three column scriplett

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
pizzaovens1
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 22
Joined: Thu Oct 16, 2008 1:21 pm

Gap between store header and three column scriplett

Post by pizzaovens1 » Thu Oct 16, 2008 1:26 pm

after editing the three column scriplett we now have a gap between our store header and the body of the page.

how can i eliminate this gap?
http://98.129.12.138/pizzaovens/Default.aspx


three column scriplett:

Code: Select all

<p>[[layout:header]]</p><div id="outerContentWrapper"><div id="innerContentWrapper" style="width: 960px; height: auto"><table id="contentLayout" cellspacing="0" cellpadding="0">
    <tbody>
        <tr>
            <td id="leftSidebarPanel" valign="top" align="center">[[layout:sidebar]]</td>
            <td id="mainPanel" valign="top" align="center">[[layout:content]]</td>
            <td id="rightSidebarPanel" valign="top" align="center">[[layout:sidebar2]]</td>
        </tr>
    </tbody>
</table>
</div>
[[layout:footer]]</div>

User avatar
Road Rider
Commander (CMDR)
Commander (CMDR)
Posts: 144
Joined: Sat Jan 26, 2008 12:43 pm
Contact:

Re: Gap between store header and three column scriplett

Post by Road Rider » Thu Oct 16, 2008 7:59 pm

I am not seeing a gap. Notice how the top of the "top sellers" header and "categories" header meet up flush with the actual header.

If you are referring to the bit of white space above the main panel it is in the design of the main panel.

Make sense?
Doug Morrison
Director of Marketing and eCommerce
Bike Authority
http://www.bikeauthority.com

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Gap between store header and three column scriplett

Post by mazhar » Fri Oct 17, 2008 5:59 am

It seems like a IE only problem. Give a try and remove the paragraph tag which is around the header.

Code: Select all

<p>[[layout:header]]</p>
and make it look like

Code: Select all

[[layout:header]]

pizzaovens1
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 22
Joined: Thu Oct 16, 2008 1:21 pm

Re: Gap between store header and three column scriplett

Post by pizzaovens1 » Fri Oct 17, 2008 10:39 am

yeah, forgot to mention that it was an IE problem only.
alas, the <p> marks where the problem.
thanks for your help guys.

Post Reply