Footer Widgets

Discussion in 'BlackBird WordPress Theme' started by reikirob, Oct 31, 2013.

  1. reikirob

    reikirob New Member

    Joined:
    Nov 26, 2012
    Messages:
    12
    Likes Received:
    0
    Location:
    England
    I only seem to have 3 footer widgets and not 4
    They are not even in width size either.
    How can I create a footer widget similar to the one on Ink Themes website that includes 4 boxes, and with the vertical lines to divide each of the 4 areas. It looks so neat. Mine currently looks a total mess www.robfellowsreiki.com

    Thank you
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Blackbird theme is designed for three footer widget area.
    Changing it to 4 require lot of customization in "sidebar-footer.php", "inkthemes-functions.php" and "style.css" file.
    If you are comfortable while doing it by yourself then ok, Otherwise you can call a freelancer for it.
     
  3. reikirob

    reikirob New Member

    Joined:
    Nov 26, 2012
    Messages:
    12
    Likes Received:
    0
    Location:
    England
    Thank you for your reply. Ok 3 footers it is.

    But ..... how do I add the vertical lines in the footer like you have on your own website. Also if you had chance to look at my site you will see that the 3 boxes are not the same width and my video in the footer overlaps my email capture box which looks a horrid mess. Thank you Rob
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to sidebar-footer.php present in your theme directory and follow the instruction as shown in image given below

    2013-11-01_1630.png

    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer .widget_inner {
    border-left: 1px dashed black;
    padding: 11px;
    }
     
  5. reikirob

    reikirob New Member

    Joined:
    Nov 26, 2012
    Messages:
    12
    Likes Received:
    0
    Location:
    England
    Thank you very much

    Are you able to help me with my Blog set up thread, also posted yesterday please??
    Best
    Rob
     
  6. Piyush

    Piyush Support Staff

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

Share This Page