Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1013007
    lisacole1
    Participant

    Hi
    on http://www.kentbabymatters.org
    I’m trying to get the footer widgets to look a bit better.
    In the widgets themeselves I’ve aligned the image to center (which doesn’t seem to work)

    and in custom css I’ve tried to make columns 1 and 3 take up 25%, leaving half the space for the bigger image, that didn’t work either 🙂

    .x-colophon .x-column.x-1 {
        width: 25%;
    }
    .x-colophon .x-column.x-3 {
        width: 25%;
    }
    .x-colophon .x-column.x-2 {
        width: 45%;
    }

    Any help or ideas would be appreciated.

    #1013212
    Nabeel A
    Moderator

    Hi there,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    footer .textwidget {
        text-align: center !important;
    }

    Let us know how this goes!

    #1029504
    lisacole1
    Participant

    yay! perfect, thank you!
    Can I lose some of the white space above the logos in the footer? It’s very tall.

    http://www.kentbabymatters.org

    #1029758
    Lely
    Moderator

    Hi There,

    Please add this CSS:

    footer.x-colophon.bottom {
        padding-top: 0;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1013007 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>