• pamr

    (@pamr)


    I’m trying to remove the extra spacing above the footer on my test site using the Responsive Theme. I’ve messed around with padding in both footer.php and style.css, but nothing is working. I also tried reducing the space underneath those three boxes, but that big chunk of extra space is still there. Help?
    http://test.worryfreeclaims.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • TheMarque

    (@themarque)

    You gotta whole bunch of grid and columns in the footer for some reason. It’s causing all that extra space.

    Delete this:

    <div class="grid col-620">
    		         </div><!-- end of col-620 -->
    
             <div class="grid col-300 fit">
             <ul class="social-icons"></ul><!-- end of .social-icons -->         </div><!-- end of col-300 fit -->

    Then look in style.css and make #footer-wrapper look like this:

    #footer-wrapper {
    margin: 0;
    padding: 0;
    margin-top: -30px;
    }
    Thread Starter pamr

    (@pamr)

    You’re awesome! Where should I look for this code? Index.php?

    I have a similar problem, so I have added to this post, which I hope is okay. I am making a simple website for someone using the Yoko theme, which has worked out okay except for the spacing at the bottom of the pages. The main content and each widgeted section finish with a default grey line – which is fine, however there is then a sizeable gap to teh footer area.

    See the testing site: http://www.simonredux.com/testing

    I wondered if it is possible to remove some of this area??

    Ideally I would like to keep the widget areas as they are, but remove the grey lines at the end of each main content section on pages; WELCOME, TESTIMONIALS, CONTACT, while reducing the space to the footer area.

    I am pretty clueless about php so any advice would be really welcome!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @simonredux? Please start your own topic. Your problem may be similar but it’s not the same theme and you’ll get a more targeted response with your own topic.

    http://wordpress.org/support/theme/yoko#postform

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Reduce Spacing Above Footer’ is closed to new replies.