there's on option for 3 or 4 boxes in the admin portion of your site, however, that feature does not work. how do i get the website to behave and only display 3 boxes, instead of 4? here's the URL http://ep1.jr55.me/ i'd like the 4th box to not appear thanks, fs
Hi, Greetings from InkThemes, To remove the 4th box, Please paste the code given below in Custom CSS section (Dashboard-> InkThemes-> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_box.row .col-md-4:nth-child(4) { display: none; } Hope this helps...! Thanks & Regards! Nitin InkThemes.com