Is there any way to only have two feature blocks on the home page. I was advised to use .one_fourth { margin-right: 0; margin-left: 156px; } .middle { display: none; } and only fill in information in 1st and 3rd features. however i still have colorway pictures showing Check out http://portsydneybiblechapel.ca/dir./ Thanks
Hello, Use following CSS code to fix this problem. Code: .one_fourth.middle { display: none; } That will resolve your issue. Thanks & Regards Yogesh Bhade