Logo area in header

Discussion in 'ButterBelly WordPress Theme' started by atlasprowriter, Nov 12, 2013.

  1. atlasprowriter

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
    Hi. I want to either eliminate or shrink the relative height of the opaque box that floats behind the header logo.

    I want to increase the size of my logo without have the box overlap my sliders so much. My preference would be to eliminate the box completely, but I would settle for reducing the padding around the logo (top and bottom) if possible.

    Thanks.
     
  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .header_container.home {
    padding: 0px 0px;
    background: none;
    }
    This will solve your issue.
     

Share This Page