How to Center Picture in Widget in Footer

Discussion in 'BlackBird WordPress Theme' started by mdellaquila, Feb 1, 2013.

Thread Status:
Not open for further replies.
  1. mdellaquila

    mdellaquila New Member

    Joined:
    Jan 22, 2013
    Messages:
    7
    Likes Received:
    0
    I have inserted an image into the footer widger 1 area but can't get it to center under the widget header. Is there a piece of code I can add to center the image?

    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. mdellaquila

    mdellaquila New Member

    Joined:
    Jan 22, 2013
    Messages:
    7
    Likes Received:
    0
    My website is northpolewoodworks.com
    I'd like the Made in Alaska logo centered under the heading if possible. Also, if there's a way to make the Facebook Like widget background match the rest of the footer I'd really like that too.[​IMG]
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .textwidget {
    margin-left: 30px;
    }
    .widget_inner.last iframe {
    background: #12212f!important;
    }
     
  5. mdellaquila

    mdellaquila New Member

    Joined:
    Jan 22, 2013
    Messages:
    7
    Likes Received:
    0
    Worked great, thanks for the quick response!
     
Thread Status:
Not open for further replies.

Share This Page