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.
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.