Bloggy – Footer and Footer Widgets

  • First off, I LOVE Bloggy. It’s a gorgeous theme. But I’m having problems with my footer area. It’s my second footer widget. No matter what I do, the image hangs slightly lower than the images in footer widgets 1 & 3.

    This is my site: https://maggieblackbird.com/

    This is the html code I’m using for the second footer widget:

    [caption id="attachment_7237" align="aligncenter" width="357"]Book Carousel Small Banner Join the Book Carousel for book giveaways, contests, Meet the Author Monday, and everyday fun.[/caption]

    I’m using similar html codes for the 1st and 3rd widget areas and they’re fine:

    Example third footer widget area:

    DD

    Also, there is a big gap between my copyright widget and the —— line in the footer. Is there a way to close this gap so the ——– line sits right underneath the copyright widget?

    I’m not a web site builder, so any help would be much appreciated.

    The blog I need help with is: (visible only to logged in users)

  • Hi,

    thank you for using our theme.

    You can add this to the Custom CSS:

    img.aligncenter {
        margin: 0 auto;
    }
    
    p.copyright {
        margin-top: 0;
    }

    Hope this helps.

    All the best,
    Ana

  • That worked perfectly. TY so much.

  • You are very welcome :)

  • The topic ‘Bloggy – Footer and Footer Widgets’ is closed to new replies.