Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Container Moves When Opening new Page (http://forum.bytesforall.com/showthread.php?t=3608)

Walt Sep 26, 2009 11:22 AM

[SOLVED] Container Moves When Opening new Page
 
My entire website moves horizontal a couple PX (Except for the background) when opening a new Page. It only does it on a certain Page.

Any Ideas?

juggledad Sep 26, 2009 01:19 PM

1) What version of Atahualpa, WP and PHP?
2) What is the website?
3) What browser - did you try it with anothere browser?
4) Does it happen if you switch to the default theme?

Flynn Sep 26, 2009 06:16 PM

This is probably because one page has a scollbar and the other one hasn't because it is shorter than the browser viewport. The scrollbar takes up 20 pixels. This is normal behavior although it doesn't happen in IE which reserves the space for the scrollbar

There's a setting Style & Edit FOOTER -> Sticky Footer on short pages?

Set this to yes and edit js.php

if (jQuery.browser.msie || jQuery.browser.safari) {
var bfacompensate = 41;
} else {
var bfacompensate = 21;
}

Add or remove (not sure right now whether you need to add or remove) 5 from both these numbers to make short pages have a browser scrollbar too.

Walt Sep 28, 2009 07:43 AM

It seemed to have solved the problem.

I added 5 to both & Enabled Sticky footer.

Thanks.


All times are GMT -6. The time now is 07:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.