Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #83156
    andrewf90
    Member

    Hi, guys!

    I’m wondering how to reduce the footer height at the top and bottom. I’ve tried some of the code on the forums just to play with it, and I couldn’t find any that reduced much of the space. I’d like to achieve this both on the desktop site and on the mobile site.

    Here’s the site url: http://goo.gl/49Mbeo

    Here’s an image of the desktop site footer with arrows to better illustrate what I mean: http://snag.gy/CKSCx.jpg

    Here’s an image of the mobile site footer with arrows to better illustrate what I mean: http://snag.gy/0ce3s.jpg

    Thanks again for your help, Catch Themes team!

    #83182
    andrewf90
    Member

    Okay, I collected various bits of code from the forum on here and combined them. Could you look take a look at it to see if there’s anything wrong with it to accomplish the tasks above?

    Thanks, guys!

    
    
    #footer-sidebar {
        padding: 0;
    }
    
    #footer-sidebar .widget-area .widget {
        margin-bottom: 0;
    }
    
    #supplementary .widget {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 60px;
    }
    #83201
    Mahesh
    Keymaster

    Hi @andrewf90,

    The above code seems fine, and we checked your site and the code is working fine.
    Let me know if we could help you further.

    Regards,
    Mahesh

    #83247
    andrewf90
    Member

    Thanks again! 😛

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer height top and bottom’ is closed to new replies.