Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2006
    Posts
    36
    Plugin Contributions
    0

    Default White area beside footer banner

    Can someone have a look at my site and suggest how I can get rid of the white area beside the banner in the footer please

    http://www.familybasedimmigration.com/

  2. #2
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: White area beside footer banner

    Wow, that's a strange occurrence.

    I don't know if this will work, as when I open up the virtual CSS adjuster... the white space goes away. Perhaps, a forced background color will remedy this issue;

    Add this into your stylesheet;
    Code:
    .banners { 
            background-color: #cfdff9; 
            }

  3. #3
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: White area beside footer banner

    Scratch the above, it's not so strange after all.

    ... what do we have here?
    Code:
    .centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive, #bannerSix {
    	
    	padding-top: 0em;
    	padding-left: 3em;
    	padding-right: 2em;
    	background-image: url(..//images/statueliberty.gif);
    	background-repeat: no-repeat;
    	background-position: 6em 4em
    	}
    .centerColumn {
    	padding-top: 3em;
    	padding-left: 3em;
    	padding-right: 2em;
    	background-image: url(..//images/statueliberty.gif);
    	background-repeat: no-repeat;
    	background-position: 6em 4em
    	}
    #bannerSix  {
       padding-top: 2em;
       }
    That large image will definitely not qualify as a banner background image, hence the apparent whitespace issue. Once you clean that up, no more problem.

  4. #4
    Join Date
    Sep 2006
    Posts
    36
    Plugin Contributions
    0

    Default Re: White area beside footer banner

    OMG hahahahaha I'm such a duffus

    Thanks so much Sketchy. I knew it was something stupid that I had done.

    My biggest problem arose when I had to start from scratch cause of muffin' my first one. I had a backup copy but as there were other things I wanted different, I had decided to start with a clean slate. I made the mistake of copying and pasting bits and pieces from my original backup stylesheet and failed to delete some stuff in the new one but my still learning eye was missing things, causing errors to occur that I just couldnt figure. I really appreciate you taking a look. I'm not really this stupid

  5. #5
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: White area beside footer banner

    No biggie... sometimes, it takes two sets of eyes to pick up on things. Granted, the whitespace was kinda weird and it had me fooled the first time around. Then, I remembered that the issue didn't happen last time I was at your storefront... I stewed it over in my head and I thought to myself; "Something is off, that whitespace is totally strange". A bit of probing into your stylesheet and then I noticed the immediate cause. As I always say; "Extra time, coffee, and sleep will surely make everything ok".

 

 

Similar Threads

  1. 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
  2. adding image beside footer banner
    By bluelightnin6 in forum General Questions
    Replies: 1
    Last Post: 25 Feb 2012, 06:15 PM
  3. Replies: 1
    Last Post: 31 Dec 2009, 01:36 AM
  4. image beside the banner in header
    By avf in forum General Questions
    Replies: 2
    Last Post: 3 Nov 2009, 08:04 AM
  5. Replies: 2
    Last Post: 4 Feb 2007, 08:39 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