Forum Replies Created

Viewing 20 posts - 9,081 through 9,100 (of 14,497 total)
  • Author
    Posts
  • in reply to: Images outside content area #19271
    Sakin
    Keymaster

    @Richard: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #content article { height: 1%; overflow: hidden; }

    in reply to: Big picture only home/landing/front page #19269
    Sakin
    Keymaster

    @ravart: I just check in your site and couldn’t find big picture in it. So, I am bit confused. Can you explain please.

    in reply to: Social buttons #19268
    Sakin
    Keymaster

    @mpetric: Ok so how about the linespacing screenshots? and by how much you want to increase it.

    in reply to: Change both style.css and responsive.css #19266
    Sakin
    Keymaster

    @Micha: You can just make changes in your child theme style.css but for responsive design that mean for your different screensize you can take reference of responsive.css and add it in your child theme style.css. For colors style.css in enough. But for margin and height your child theme style.css might effect your mobile devices design. So, check it and adjust it accordingly.

    in reply to: Remove bottom search box #19264
    Sakin
    Keymaster

    @Micha: Can you send me your site URL? I have to check in how did you got search in the bottom. Maybe you have added search in one of your footer widgets. Check it from “Appearance => Widgets” in your WordPress Dashboard.

    in reply to: change the read more starting position #19254
    Sakin
    Keymaster

    @Pete7feet: For the same settings as of simple catch pro demo page. You just need to go to “Appearance => Theme Options => Layout Options” and then select “Excerpt/Blog Display” in Content Layout.

    Sakin
    Keymaster

    @ViraNatura: You have to change all the settings not only with CSS. So, you better you Hire a customizer at http://catchthemes.com/hire-customizer/.

    You can upload smaller Header image. For featured post slider, you can upload smaller height images in your post.
    For featured slider font sizes.

    .entry-header .entry-title { font-size: 18px; }
    #main-slider .entry-content { font-size: 13px; }
    in reply to: Featured Post Slider Size #19245
    Sakin
    Keymaster

    @BenniemanZA: If you upload the featured image of size greater then 1140×450 then it will crop automatically to 1140×450. But if you upload the featured image of 1140×200. Then it will show the original image. But your uploaded image are sync with “Jetpack” plugin “Photon” module that is why it is showing issues. You can disable that module and it will be fine.

    in reply to: Pages not showing up on ipad #19243
    Sakin
    Keymaster

    @klhaight: I see that you have customize the theme by building child theme which is good. But you are using Catch Box Free theme and have remove the footer Theme Catch Box. You are not supposed to do that. This is the only means that we get recognition for providing free themes and support.

    You can restore your footer.php file and footer content. Then your theme will work fine.

    If you want to customize the footer content, then upgrade to Catch Box Pro where you will get Footer Editor in Theme Options panel to edit it.

    in reply to: featured content alignment #19242
    Sakin
    Keymaster

    @erikab1: Do you mean the 3 Homepage Featured Content images. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #featured-post .wp-post-image{
        display: block;
        margin: 0 auto;
    }
    in reply to: change the read more starting position #19241
    Sakin
    Keymaster

    @Pete7feet: Yes I understand your request. But I am confused as our default setting in Simple Catch Pro theme links directly to post. See our demo page http://catchthemes.com/demo/simplecatch-pro/. Have you customized the theme? If now then I need to check in details with your site.

    About your lightbox pictures sizes, check your plugin settings. As I see you have setup as 75px size. For more you need to ask in that plugin author forum.

    in reply to: Change background color of "leave a reply" box #19240
    Sakin
    Keymaster

    @Lori: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Change the color code as per your need.
    #respond { background-color: #fff; }

    in reply to: space between lines and image #19239
    Sakin
    Keymaster

    @mirale: Can you show me the like of the site where you have added this code. I want to see how and where you have implemented it.

    in reply to: Social buttons #19238
    Sakin
    Keymaster

    @mpetric: You custom css in including site description will be like this. This will change the design only for screen size with minimum width 961px.

    @media screen and (min-width: 961px) {
    #header-content { position: relative; }
    #header-content .widget_simplecatch_social_widget { position: absolute; bottom: 0; right: 0; margin: 0; }
    #site-description { padding-top: 75px; }

    To check more, I need your site URL.

    in reply to: Social buttons #19230
    Sakin
    Keymaster

    @mpetric: To move the site description, go to “Appearance => Theme Options => Header Options” and then check on “Move Site Title and Description”.

    Yes, the css will affect the responsive design. So, I am giving you the way to chnage only for larger screens with minimum width 961px. Just add in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {
    #header-content { position: relative; }
    #header-content .widget_simplecatch_social_widget { position: absolute; bottom: 0; right: 0; margin: 0; }
    }
    in reply to: White space around logo and under slider #19228
    Sakin
    Keymaster

    @marraproductora: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-logo, #header-right { padding-top: 2px; }
    #hgroup-wrap { padding-bottom: 2px; }
    #homepage-message { margin-top: 0; }
    in reply to: Menu Space #19213
    Sakin
    Keymaster

    @blackkeys: I don’t think you can put that link form Contact form 7, why don’t you ask in plugin support forum. You can also check in other plugins.

    in reply to: line under primary menu #19206
    Sakin
    Keymaster

    @mark: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #access ul li { border-bottom: none; }

    in reply to: Post at home page #19205
    Sakin
    Keymaster

    @mirale: Do you mean that you don’t want latest post to be displayed in Homepage and you want static page content. Then you can go to “Settings => Readings” and in “Front page displays” select “A static page (select below)” and select the page that you want to show in homepage.

    in reply to: Position headlind blog #19204
    Sakin
    Keymaster

    @Walter: Sorry I don’t understand your request. Can you explain in reference to your site URL?

Viewing 20 posts - 9,081 through 9,100 (of 14,497 total)