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!
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