Shortening Top Logo Box

Discussion in 'GoldenEagle WordPress Theme' started by bwdaugherty, Dec 10, 2012.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would like to shorten the top 'box' (which includes top menu and logo) is bigger than it needs to be. (see: www.BangorAuctionCo.com).

    Questions:
    1.) Is it possible to remove the logo?
    2.) Can the Box that surrounds the first section (ie Logo, Top Menu,) be shortened? (please refer to website)
    Thank you.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .logo {
    display: none;
    }
    2.For your second issue

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

    Code:
    .main_container {
    height: 120px;
    }
    Adjust its value as per your requirement.
     

Share This Page