Hi there, How do i close up the space on the home page. Here is the visual to show my existing website. www.millionairconservice.com
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .home_text { padding-top: 5px; padding-bottom: 5px; } .feature_content { padding-top: 0px; } .feature_content .featured { margin-top: 0px; } This will solve your issue.
Hi there, can i remove the space on the homepage heading? as the tag line and contact info is too space out.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .home_content p { margin: 0; } .home_text h1 { margin-bottom: 0; }