• Resolved Novos

    (@novos)


    Hey all!

    Thanks a bunch to Kabi and this community for helping me out. My previous problem was having a gaping “BLOGROLL, SOCIAL CONNECTIONS, RECENT POSTS” dead smack in the middle of my blog. Between the help of kapi and other posts with the exact same problem, I deleted the footer code and finally got rid of them

    The next problem is a bit of a doozy. I have a large space filled with nothingness at the bottom of the site. Does anyone know which code to alter to get rid of it? I also want to get rid of the page links at the bottom.

    Esssentially I want this
    https://www.tickleempire.com/main [NSFW]
    to look like this
    https://www.tickleempire.wordpress.com [NSFW]

    Warning: these sites are of an adult nature ??

    My footer code is as follows…

    [code moderated - please use the pastebin]

    Any help would be greatly appreciated,

    Thanks a bunch!
    - Robby

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

    (@kabigabor)

    Best to create a footer.php in your child theme, and remove all the unnecessary entries, and add your own link. I would leave some back link for the Theme developer for the credit.

    Michael

    (@alchymyth)

    remove the fixed height from this in style.css:

    #footer {
    	padding: 0;
    	margin: 0 auto;
    	width: 100%;
    	height: 455px;
    	background: #bcc5c1 url('images/bottom.jpg') top center no-repeat;
    	clear: both;
    	}

    or change it to:

    min-height:25px;

    Thread Starter Novos

    (@novos)

    HOW THE HELL ARE YOU PEOPLE SO SMART!!!!??????

    Seriously where do you learn this shit?

    Thank you SO MUCH both of you problem solved:D

    Love you guys,
    – Robby

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Greyzed theme: Large space of nothing at the bottom.’ is closed to new replies.