I've removed the address from the Featured Listing section on the home page, is there a way to reduce some of the blank space between the star ratings and the dividing line? http://www.stokebusinesslistings.com/ also I only want 4 items in the slider so is it possible to remove the back and forth arrows just in the full screen view? obviously they will need to remain for responsive views! Thanks
Hello, Paste this code in Custom CSS Geocraft Settings > Theme Option > Styling Option > Custom CSS Code: #mycarousel li{ margin-bottom:0; } #mycarousel li.list{ padding-bottom:0; } .jcarousel-skin-tango .jcarousel-next-horizontal{ display:none!important; } .jcarousel-skin-tango .jcarousel-prev-horizontal{ display:none!important; } This will solve your issue.