Forum Replies Created

Viewing 20 posts - 6,961 through 6,980 (of 14,497 total)
  • Author
    Posts
  • in reply to: Reduce Space Inside Homepage Headline Box #38609
    Sakin
    Keymaster

    Hello Chip,

    You can adjust the margin in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    #homepage-message p { margin: 20px 0; }

    Regards,
    Sakin

    in reply to: How to change the image of the featured slider? #38608
    Sakin
    Keymaster

    Hi Serena,

    Sorry I don’t get it what you mean about the css coding. If you don’t want then you can remove the css codes from “Appearance => Theme Options => Custom CSS” box. Also, I see that you have added search widget in Header Top Sidebar, that you can remove and add it in Header Right Sidebar.

    Also about the paragraph text, which one are you talking about. I see that you have added lots of headings tags and p tags. So, need more details.

    Regards,
    Sakin

    in reply to: Text editor help #38606
    Sakin
    Keymaster

    @Dona: For widget spacing you need to send me your site URL and the spacing that you want. So, that I can check in and send you the css.

    in reply to: Text editor help #38575
    Sakin
    Keymaster

    @Dona: For line height you add the following css:
    #primary { line-height: 1.5; }

    in reply to: Smaller Side Bars #38572
    Sakin
    Keymaster

    @Pippylala: I have already replied you in other support question that you have posted in http://catchthemes.com/support-forum/topic/desktop-media-picture-sizez/

    Please don’t post same question in two places.

    in reply to: Padding, slider and removal of search bar #38570
    Sakin
    Keymaster

    ok Sam. thanks 🙂

    in reply to: Text editor help #38569
    Sakin
    Keymaster

    @Dona: For spaces between paragraph, you can change the margin bottom as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
    p { margin-bottom: 30px; }

    For bold text color, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    #primary strong { color: #404040; }

    in reply to: Desktop media picture sizez #38568
    Sakin
    Keymaster

    @Pippylala: You can change the width as per your need in different screen-size. Just make sure, the amount that you increase in #primary should be decreased in #secondary. Then add the following css in “Appearance => Theme Options => Custom CSS” box.

    #primary { width: 754px; }
    #secondary { width: 406px; }
    @media screen and (max-width: 1224px) {
    	#primary { width: 654px; }
    	#secondary { width: 340px; }	
    }
    @media screen and (max-width: 1060px) {		
    	#primary { width: 530px; }
    	#secondary { width: 340px; }	
    }
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {	
    	#primary { width: 590px; }
    	#secondary { width: 340px; }	
    }	
    @media screen and (max-width: 960px) {	
    	#primary, #secondary { width: 100%; }
    }
    in reply to: Scrolling #38567
    Sakin
    Keymaster

    @Helios-BP: Nice you got it fixed. Cheers 🙂

    in reply to: Top Menu Disappeared #38566
    Sakin
    Keymaster

    @Dona: Can you send me your site URL? Then I will check in and suggest you the css.

    in reply to: How to change the image of the featured slider? #38491
    Sakin
    Keymaster

    Hi Serena,

    I see that you have added the following css in “Appearance => Theme Options => Custom CSS” box. So, go there and edit the padding-bottom as per you need.
    #hgroup-wrap { padding-bottom: 10px; }

    Regards,
    Sakin

    Sakin
    Keymaster

    @FourQuadrants: It’s strange did you change any style in responsive.css file? As when we test the theme in our server. The footer widget is working file. See our demo page at http://catchthemes.com/demo/catch-kathmandu/

    I don’t see the following css. Can you add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 640px) {
    	#supplementary.three .widget-area {
    		margin-left: 0;
    		margin-right: 0;
    		width: 100%;
    	}
    }
    in reply to: space between paragraphs #38489
    Sakin
    Keymaster

    @NAVARRE: You can change the margin bottom as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {	
        #content p { margin-bottom: 40px; }
    }
    in reply to: Desktop media picture sizez #38488
    Sakin
    Keymaster

    @Pippylala: If you are using Catch Evolution Free Theme then you only have option to user Featured Post Slider where images are auto crop to 754px width and 400px height. It will auto crop is the images are larger then this but if the image is of exact this size or smaller then it will load the original size. So, it’s better to crop the image in this size before you upload it.

    Fore more details see the theme instructions page at http://catchthemes.com/theme-instructions/catch-evolution/

    in reply to: Padding, slider and removal of search bar #38471
    Sakin
    Keymaster

    Hi Sam,

    About the slider image, I already told you. It will only crop if it’s larger but how to make it big when you upload the small images. That is not possible.

    If you don’t want sidebar in through out the site then you can go to “Appearance => Theme Options => Layout Options” and then select “No Sidebar” layout.

    Regards,
    Sakin

    in reply to: Adventurous Pro Issues #38469
    Sakin
    Keymaster

    Hi Ted,

    This is strange as it’s working fine in our server. So, I need to check in details and I will email you personally.

    Have a nice day.

    Regards,
    Sakin

    Sakin
    Keymaster

    @Serena: Language are controlled from .mo and .po file at languages directory inside ‘catch-kathmandu-pro’ theme directory. For this you can use poedit.net software to generate languages files. Further, if you want us to include in Theme itself then you need to send us the language files.

    in reply to: Soliloquy #38448
    Sakin
    Keymaster

    @Pippylala: Sorry I am able to understand your issue. Can you explain in details with your site URL.

    in reply to: text on the center #38447
    Sakin
    Keymaster

    Hello A.J.,

    I check in your site and see that you are using Easing Slider Pro slider which we don’t have control in it. So, need to ask in the support forum of that slider. I am not being able to check in it’s development.

    Regards,
    Sakin

    in reply to: Crash #38446
    Sakin
    Keymaster

    @Bravoure: Sorry I don’t understand. When I check in your site. It looks fine. Can you explain in details about your issue.

Viewing 20 posts - 6,961 through 6,980 (of 14,497 total)