WebsiteBaker Community Forum (upd)

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: rikkibr on January 21, 2009, 09:53:39 AM

Title: Need a quick template fix. Instant payment.
Post by: rikkibr on January 21, 2009, 09:53:39 AM
Hello

Im having a problem with this site www.heimathjalfun.is/index.php (http://www.heimathjalfun.is/index.php) (put the /index.php to see the site).

When you click the menu item "Hafa samband" the template jumps to the side. This occurs in FF3 and in IE it seems  that the whole site is too much to the left. Its perfectly ok in Chrome though.

Im using a modified version of Zenlike template.

Can someone help me out?
Title: Re: Need a quick template fix. Instant payment.
Post by: ruebenwurzel on January 21, 2009, 10:37:50 AM
Hello,

depending on your screen solution and the content-length of your page the browser adds a scroll bar at the right side. This causes a jumping from your page to the left. Did you mean this?

Matthias
Title: Re: Need a quick template fix. Instant payment.
Post by: albatros on January 21, 2009, 12:08:04 PM
Hi,

if so, add html
{
     height:100%;
     margin-bottom: 1px;
}
to your CSS-File.

hth

albatros
Title: Re: Need a quick template fix. Instant payment.
Post by: rikkibr on January 21, 2009, 12:39:18 PM
Hi

Thank you so much!!

I really appreciate it  :-)

This fixed the issue.