Hi , when i uploaded my logo, its abit wider therefore it overlay on top of my menus. How do i adjust the layout of my menus whenever i have different size logos? Also, how do i remove the search box on top left corner of theme? http://www.thehillford-newlaunch.com/ Thanks in advance!
Hello, 1.Go to header.php present in your theme directory and follow the instruction as shown in image given below 2. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .top-search{ display:none; }
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .menu_wrapper { margin-top: 20px; } .slider-wrapper { margin-top: 0px; } #example { margin-top: -15px; } You can adjust the value of "margin-top" as per your requirement. This will solve your issue.