Forum Replies Created

Viewing 20 posts - 6,441 through 6,460 (of 14,497 total)
  • Author
    Posts
  • in reply to: Remove White Space Above Menu #43664
    Sakin
    Keymaster

    @gareth.milne: that space is there as you have added qtranslate widget in Header Top Sidebar. So, you can adjust the padding-top and padding-bottom as per your need in the following css. I have reduce it to make it 10px bottom and 5px top. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-top {
        padding-bottom: 10px;
        padding-top: 5px;
    }

    We don’t have control over that Flag size. As that flag is image from your plugin. So, you can check in with that plugin support forum.

    in reply to: Remove grey border #43602
    Sakin
    Keymaster

    @Simona: Nice and best regards from Nepal 🙂

    in reply to: Changing the width of the theme #43592
    Sakin
    Keymaster

    Hi Angelina,

    Sorry I don’t get it what you mean. Currently, the site total width is 1190px for large screen. Where we have content box of 754px and sidebar box of 406px. The space in-between content box and sidebar box is 30px.

    The best will be you can get me screenshot image then I will measure it and send you the css.

    Regards,
    Sakin

    in reply to: Remove grey border #43590
    Sakin
    Keymaster

    @Simona: Sorry I was giving you the css to remove the grey border in the image. You can remove that. Then add the following css in “Appearance => Theme Options => Custom CSS” box.
    .site { box-shadow: none; }

    in reply to: Live Social Media Streams #43589
    Sakin
    Keymaster

    @stephanieforrer: Looks like you have solve it by using Jetpack plugin. Nice 🙂

    in reply to: Featured Image/Slider Not Displayed After Logging Off #43588
    Sakin
    Keymaster

    @BrandonTanis: Maybe it was your cache issue. As I am able to see the slider and featured image in your site. Let me know if you still have issue.

    in reply to: Header Right Sidebar #43576
    Sakin
    Keymaster

    @stephanieforrer: Ok I have just send you email.

    in reply to: Menu not always visible 2 #43569
    Sakin
    Keymaster

    @Joaozinho: You are checking in?

    in reply to: changing colors #43568
    Sakin
    Keymaster

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

    @media screen and (min-width: 981px) {
        .container { width: 950px; }
        #primary { width: 560px; }
    }
    in reply to: Live Social Media Streams #43566
    Sakin
    Keymaster

    @stephanieforrer: I don’t get it what you mean. Can you explain in details.

    in reply to: Header Right Sidebar #43565
    Sakin
    Keymaster

    @stephanieforrer: There are new sidebars in Simple Catch Pro theme. So, it might have got misplaces. So, can you check in the individual sidebar at “Appearance => Widgets” and check in. You can add Social Widget and all in your Header Right Sidebar and other places. If you want help in this process the do let me know it. I will personally email you.

    For more check out theme instructions page at http://catchthemes.com/theme-instructions/simple-catch-pro/

    in reply to: changing colors #43564
    Sakin
    Keymaster

    @mindiapolis: Sorry I don’t get it what you mean by pregnancy blurb.

    in reply to: Logo spacing issue – Top margin or padding #43546
    Sakin
    Keymaster

    @royalthai: Looks like you have already added the Custom CSS. I don’t see any margin and padding of 20px you have added it from your custom css.

    in reply to: changing colors #43545
    Sakin
    Keymaster

    @mindiapolis: In large screen the content width is 860px and secondary width 360px

    in reply to: changing colors #43523
    Sakin
    Keymaster

    @mindiapolis:
    To change the color of Content, go to “Appearance => Theme Options => Site Color Options” and then change the color code in “Content Background Color”.
    To change the color of Sidebar, go to “Appearance => Theme Options => Sidebar Color Options” and then change the color code in “Sidebar Background Color”.

    We don’t recommend changing the content width as it’s design to make it responsive as to various screensize. So, you might want to change it for all screensize or just for large screen sizes. Ok let me know the size you want to change to.

    in reply to: Simple Catch Pro Install Fail #43522
    Sakin
    Keymaster

    @stephanieforrer: Looks like you already have old version of Simple Catch Pro. So, if you are trying to update the theme then please use our Catch Updater plugin. You can download it from http://catchthemes.com/wp-plugins/catch-updater/ and instruction is already there.

    in reply to: Changing the width of the theme #43521
    Sakin
    Keymaster

    Hi Angelina,

    The size depends on the screen size. So, I am going to give your complete size we have.

    /* Large Screen */
    #primary { width: 754px; }
    #secondary { width: 406px; }
    
    /* Max Screen Size 1224px */
    @media screen and (max-width: 1224px) {
        #primary { width: 654px; }
        #secondary { width: 340px; }
    }
    
    /* Max Screen Size 1060px */
    @media screen and (max-width: 1060px) {
        #primary { width: 530px; }
        #secondary { width: 340px; }
    }
    
    /* iPad Landscape */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
        #primary { width: 590px; }
        #secondary { width: 340px; }
    }
    
    /* Less then 960px is 100% */

    Regards,
    Sakin

    in reply to: Logo Size #43520
    Sakin
    Keymaster

    @stephanieforrer: Nice thanks 🙂

    in reply to: Widget background and text color change. #43519
    Sakin
    Keymaster

    @superkefje: Sorry, for this as well, I need to check your site. I won’t be able to find the problem with the screenshot. I need to check in your site.

    Sakin
    Keymaster

    @natoulie: You just deleted one. But there are two. So, you need to go to your Custom CSS and delete the following css:
    #hgroup-wrap img {margin-top: 50px;}

Viewing 20 posts - 6,441 through 6,460 (of 14,497 total)