Featured Listing Height

Discussion in 'GeoCraft WordPress Theme' started by spoonboy90, Jul 11, 2013.

  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    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
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     

Share This Page