I am trying to move my menu below my logo, which is on the left. There is too much white space between my menu and the slider.
Hello, Go to header.php present in your theme directory and follow the instruction as shown in image given below Now, 1 Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu { text-align: left; } Thanks & Regards Gourav Shrivastava
Now, next question: When I did this, it altered the appearance of my background image. How do I change my background to plain white?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: body.compass_theme { background: #fff; } Thanks & Regards Gourav Shrivastava
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header { margin: 47px 0px 10px 0px; } Thanks & Regards Nitesh Raghuwanshi