• Resolved clenzltd

    (@clenzltd)


    My apologies if this is a dumb question.

    I have just started to create a website using a Viva Prospectum template – it is a mess at the moment so please ignore its appearance.

    I have 3 pages at the moment – Home / Services / News (blog)

    My problem occurs when I click from one of the other two pages to News – the logo and menu move left about a quarter of an inch.

    I have tried deleting and recreating the page and it does the same thing again.

    Even more mysteriously it varies between computors as to whether it does it or not:

    On my wifes it does it in IE & Firefox,

    On my computor it is ok in IE (it doesn’t step left) but it does in Firefox.

    ***

    Any advice appreciated – here is the link (excuse the mess!).

    https://www.clenz.co.uk

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    The News page has a vertical scrollbar – hence the view port size is changing. This is causing the page container to shift compared to the no-scrollbar positioning on News and Home.

    Michael

    (@alchymyth)

    i seems that the vertical scrollbar is jumping in on the longer pages:

    i got that in firefox3.5.8; but not in IE7.

    try adding a ‘overflow-y:scroll;’ to the style of body in style.css and see if the behaviour persists:

    body {
    	background:#fff;
    	font-family: arial, helvetica, tahoma, sans-serif;
    	font-size: 11px;
    	margin:0;
    	padding:0;
    overflow-y:scroll;
    }

    Thread Starter clenzltd

    (@clenzltd)

    alchymyth – tonight you are my God! All sorted!

    Thank you very much – you do not know how happy I am.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Viva Prospectum Template Problem’ is closed to new replies.