Spacing Issue under Testimonials on Home Page

Discussion in 'BlackBird WordPress Theme' started by webadeptuk, Aug 19, 2013.

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

    webadeptuk New Member

    Joined:
    Aug 16, 2013
    Messages:
    6
    Likes Received:
    0
    Hello,

    On http://www.outsidecateringevents.co.uk/ I have added a testimonial section at the bottom of the homepage but it overlaps onto the footer. How can I increase the gap between the testimonials and the footer?

    Also is there a way to replace a social link "subscribe to our blog" with Google+ link instead?

    Thanks in advance
     
  2. Gourav

    Gourav Support Staff

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

    1.For your first issue

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

    Code:
    .testimonial {
    margin-bottom: 20px;
    }
    2.For your second issue

    Go to images directory present in your theme directory and replace your image with present subscribe image or edit it.

    The name of image is "subscribe.png"

    Note:- Use same name for your edited image and remove the current image.

    Now,

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

    2013-08-19_1701.png


    This will solve your issue.
     
  3. webadeptuk

    webadeptuk New Member

    Joined:
    Aug 16, 2013
    Messages:
    6
    Likes Received:
    0
    Worked perfectly, thank you :)
     
Thread Status:
Not open for further replies.

Share This Page