1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Need Urgent Help - Screwed Up CSS

Discussion in 'CSS' started by bbardot, Nov 16, 2010.

  1. #1
    Hi,

    I have a css problem with this site: ht*tp://ww*w.pe*nisenlargementdevicesz.com (please remove stars)

    The footer on the homepage is screwed
    And the category and tag pages are bad very bad - for instance ht*tp://ww*w.pe*nisenlargementdev*icesz.com/category/volumepills/ you can hardly see anything.

    I've looked through the code for 3 days now and can't seem to nail it.

    All suggestions welcome.
     
    bbardot, Nov 16, 2010 IP
  2. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #2
    Footer Fix

    div#footer is supposed to be outside the div#content div so take them out and place just after the closing tag for <div id="content">

    
    <div id="footer">
    		<p><a rel="nofollow" href="http://www.penisenlargementdevicesz.com/about/">About</a> :: 
    		<a rel="nofollow" href="http://www.penisenlargementdevicesz.com/contact/">Contact</a> :: 
    		<a rel="nofollow" href="http://www.penisenlargementdevicesz.com/privacy/">Privacy </a> :: 
    		<a rel="nofollow" href="http://www.penisenlargementdevicesz.com/disclaimer/">Disclaimer</a> </p>
    		<p><span>&copy; Copyright PenisEnlargementDevicesz.com Powered by : <a href="http://www.penisenlargementdevicesz.com/">Penis Enlargement Devices</a></span>
    		  
    	          </p>
    </div>
    
    Code (markup):
     
    radiant_luv, Nov 16, 2010 IP
  3. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #3
    For the other fix, i suggest you to look at the index page mark up, for example div sidebar is not to be first to appear, I think first you should rearrange your markup as they appear on you website.
     
    radiant_luv, Nov 16, 2010 IP