Use entire menu

Discussion in 'BlackBird WordPress Theme' started by kentuckyfarms, Dec 20, 2012.

  1. kentuckyfarms

    kentuckyfarms New Member

    Joined:
    Dec 12, 2012
    Messages:
    1
    Likes Received:
    0
    I would like to occupy the entire main menu on my homepage. There is a space that is just blank and looks somewhat tacky. I would also like to know how to add more spacing at the bottom of the three images at the bottom of the page, since the footer section almost cuts off my text.

    http://www.kyhuntingleases.com
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

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

    [​IMG]



    2. For your second issue

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

    Code:
    .feature-content {
    margin-bottom: 40px;
    }
    This will solve your issue.
     

Share This Page