Adjust size of Search bar and slider

Discussion in 'GeoCraft WordPress Theme' started by chriskx, Jan 2, 2015.

  1. chriskx

    chriskx New Member

    Joined:
    Aug 7, 2013
    Messages:
    12
    Likes Received:
    0
    A couple of quick questions:

    1)How can I adjust the top and bottom margins of the search area to make it thinner?

    2)Is there a way to make the "Featured Listing" area smaller? (There is a lot of blank space between the search bar and this wording. I want to make that space smaller)

    3)Is there a way to make the slider pixel size smaller? (Meaning shrink the height so more images show at one time)

    Thanks in advance for your help!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    ( Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .main_search {
    padding: 0 88px 0 88px;
    }
    .content_wrapper {
    padding-top: 0px;
    }
    .jcarousel-skin-tango li .post-thumb img {
    height: auto;
    }
    .jcarousel-skin-tango .slider-item {
    width: 100px;
    }
    .jcarousel-skin-tango li .post-thumb {
    width: 100%;
    height: 65px;
    }
    Thanks & Regards
    Pramod
     

Share This Page