Thread: Footer Porblem

Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Posts
    4
    Plugin Contributions
    0

    red flag Footer Porblem

    Hi I'm hoping someone can help me, we have a site and the footer os not displaying correctly.

    When you only have one product the footer is moving up the page and not staying where it should, have a look here:


    http://winzerwurthonline.co.uk/shop/...oducts_id=2153

    am really at a loss as to why? we had someone line up the cat names on the left but we cant get hold of him now!

    any help would be great thanks

    Anders b

  2. #2
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: Footer Porblem

    Unfortunately, your left sidebox is absolutely positioned which is preventing the footer from positioning properly. You need to edit stylesheet.css and change this:

    #left {
    width: 220px;
    background-color: #cccccc;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    }

    to this:

    #left {
    width: 220px;
    background-color: #cccccc;
    font-size: 10px;
    }


    The unfortunate part is that while this will put the footer in the right place, it will break other elements of your layout.

    BrandTim

 

 

Similar Threads

  1. v155 version new install database porblem
    By diytools in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 30 Apr 2016, 03:44 PM
  2. v154 How to move banner closer to footer or insert image on top of footer
    By justmusthave in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Feb 2015, 12:48 PM
  3. v139h Footer text is centered, but not centered in the footer block
    By brush4hire in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 May 2012, 03:17 PM
  4. Replies: 1
    Last Post: 31 Dec 2009, 01:36 AM
  5. EZ Page Footer links & Footer look different only on Home
    By DivaVocals in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Aug 2008, 11:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg