Widget Area

Discussion in 'BlackBird WordPress Theme' started by faraway, Jul 15, 2013.

  1. faraway

    faraway Member

    Joined:
    Nov 23, 2012
    Messages:
    56
    Likes Received:
    2
    Hi

    I have a couple of issues with the widget area on my home page. I'm hoping you can help me.

    I would like to:

    a) increase the amount of space available for the widget area. I think one of my widgets - my Facebook Like count - isn't displaying correctly because there is insufficient space at the bottom of the page for it to fit in.

    and also:

    b) decrease the space between the widget title and the widget content and increase the space between each widget in the same column.

    You can see my site at www.farawayquilts.com.

    Thanks in advance!
     
  2. Gourav

    Gourav Support Staff

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

    1.For your first issue

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

    2013-07-15_1338.png



    2.For your second issue

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

    Code:
    .widget_inner h4 {
    padding-bottom: 2px;
    margin-bottom: 3px;
    }
    
    Adjust its value as per your requirements.
     
  3. faraway

    faraway Member

    Joined:
    Nov 23, 2012
    Messages:
    56
    Likes Received:
    2
     
  4. faraway

    faraway Member

    Joined:
    Nov 23, 2012
    Messages:
    56
    Likes Received:
    2
    Thanks, Gourav. My second issue's fixed, which is great. However, the fix for the first issue didn't solve the problem. My facebook like count button still didn't show up. Could there be another reason (apart from available space) that's causing the problem?
     
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    We have checked your website and it seem that you have not follow the first instruction given in the previous reply.
    So, follow the first instruction given in the previous post by Gourav,
    this will solve your issue.
     
  6. faraway

    faraway Member

    Joined:
    Nov 23, 2012
    Messages:
    56
    Likes Received:
    2
    Hi Piyush

    Yes, I did follow the first instruction, but it didn't fix the problem so I changed the settings back again. Do you know any other way I can get the Like Me! button to display?
     

Share This Page