Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #19645
    Suruchi
    Participant

    Hi Sakin,

    How do i get rid of white space in the footer where logos are. Here is the css for that:

    #footer-sidebar .widget_simpleimage p { margin-bottom: 0; }
    #footer-sidebar { background-color: #fff; }
    #footer-sidebar .widget img { box-shadow: none; }

    http://www.gotmold.ca

    #19656
    Sakin
    Keymaster

    @suchi: It’s bit confusing. Are you showing solution or just asking to remove the white spaces. If so then first I see there is whitespace in your logo images http://www.gotmold.ca/wp-content/uploads/2014/01/member_links_footer.jpg . So, you can remove that. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #footer-sidebar .widget img { margin: 0 auto; }

    #19718
    Suruchi
    Participant

    worked awesome. 🙂

    Suchi

    #25438
    Raminder
    Member

    Hi sakin,

    How can I remove the white space underneath my footer. I have a little white space in the image but not a lot.

    http://soton-fifc.co.uk/

    Thank you!

    #25483
    Sakin
    Keymaster

    @Raminder: First you can make the margin bottom of the social icons in Footer to zero by adding the following css in “Appearance => Theme Options => Custom CSS” box.
    #colophon .powered .widget { margin-bottom: 0; }

    If you want to further reduce the size then you can adjust the padding as per you need and add the following css in “Appearance => Theme Options => Custom CSS” box.
    #site-generator .site-info { padding: 40px 0; }

    #25565
    Raminder
    Member

    @Sakin

    Thank you for your help.

    I added in the:

    #colophon .powered .widget { margin-bottom: 0; }

    however nothing changed.

    I used the second one to adjust the padding in the footer.

    However, I want to reduce that white space between the footer and the footer-sidebar (where my sponsors are).

    Thank you once again!

    #25613
    Sakin
    Keymaster

    @Raminder: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #colophon #supplementary .widget { margin-bottom: 0; }

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘white space in footer’ is closed to new replies.