Forum Replies Created

Viewing 20 posts - 4,521 through 4,540 (of 14,497 total)
  • Author
    Posts
  • in reply to: Sidebars Pushing to Bottom of Page #53879
    Sakin
    Keymaster

    @Kenny: Just increase the width of the primary and it will close the gap.

    in reply to: Sidebars Pushing to Bottom of Page #53870
    Sakin
    Keymaster

    @Kenny: This is responsive design site so you need to careful while adjusting the width of Primary(Your right content) and Secondary (your left Sidebar ). Below you will find the css that uses for various screen size. So, if you want to increase the content then increase Primary width and reduce the same amount in secondary width. After you adjust it you can add in the css in “Appearance => Theme Options => Custom CSS” box:

    /* Screen size above 961px */
    @media screen and (min-width: 961px) {
    #secondary { width: 340px; }
    #primary { width: 480px; }
    }
    /* Screen size above 1024px */
    @media screen and (min-width: 1025px) {
    #secondary { width: 340px; }
    #primary { width: 540px; }
    }
    /* Screen size above 1152px */
    @media screen and (min-width: 1153px) {
    #secondary { width: 360px; }
    #primary { width: 620px; }
    }
    /* Screen size above 1280px */
    @media screen and (min-width: 1281px) {
    #secondary { width: 380px; }
    #primary { width: 700px; }
    }
    /* Screen size above 1344px */
    @media screen and (min-width: 1345px) {
    #secondary { width: 380px; }
    #primary { width: 750px; }
    }
    in reply to: Menu Bar on Mobile Site #53847
    Sakin
    Keymaster

    @s.reinold: Thanks for your appreciation. If you like Catch Responsive theme than you can help us by providing your review and rating here at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform .

    in reply to: Sidebars Pushing to Bottom of Page #53845
    Sakin
    Keymaster

    @Kenny: Sorry I couldn’t see it. Maybe you can upload your screenshot of your site in any photosharing site and paste the URL here. So, that I don’t need to look at your site URL. So, let me know by how much you want to deduce it to.

    in reply to: Menu Bar on Mobile Site #53844
    Sakin
    Keymaster

    @s.reinold: Sorry replace the previous css I gave you with the following css:

    @media screen and (max-width: 990px) {
    .mobile-menu-text { display: block; }
    }
    in reply to: Problem in accessing social media icons #53843
    Sakin
    Keymaster

    @ertlaw: Which version of WordPress are you using it. Are you using latest version 4.1 and also send me your site URL.

    in reply to: Meta Article #53841
    Sakin
    Keymaster

    @jbadura: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .entry-meta { display: none; }

    in reply to: Problems with featured post content #53840
    Sakin
    Keymaster

    @herographics: I see that you are using Catch Base Free version where there in only Featured Page Content or Demo Featured Content. So, just go to “Appearance => Theme Options => Featured Content Options”, choose “Featured Page Content” in “Select Content Type”. Then you need to select the pages one by one/

    in reply to: Menu Bar on Mobile Site #53839
    Sakin
    Keymaster

    @s.reinold: Yes, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 990px) {
    .mobile-menu-anchor { display: block; }
    }
    in reply to: Gradient page background instead of solid color #53836
    Sakin
    Keymaster

    @kyle: It cannot be exactly like image but yes we can make it similar. Can you send me your site URL and the image which you can to make it similar to.

    in reply to: Menu Bar on Mobile Site #53835
    Sakin
    Keymaster

    @s.reinold: I see that you have added the following css where you have missed dot in front
    mobile-menu-anchor a.genericon-menu,.mobile-menu-anchor a.genericon-menu:hover {color: #FFFFFF;}

    It should be as:
    .mobile-menu-anchor a.genericon-menu, .mobile-menu-anchor a.genericon-menu:hover { color: #fff; }

    in reply to: Menu Bar on Mobile Site #53833
    Sakin
    Keymaster

    @s.reinold: Post in your site URL so that I can check in.

    in reply to: Menu Bar on Mobile Site #53831
    Sakin
    Keymaster

    @s.reinold: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    .mobile-menu-anchor a.genericon-menu, 
    .mobile-menu-anchor a.genericon-menu:hover {
        color: #404040;
    }
    in reply to: Sidebars Pushing to Bottom of Page #53806
    Sakin
    Keymaster

    @Kenny: Please post in your site URL so that I can see which layout your are using. As there are different layout options in “Appearnace => Theme Options => Layout Options”. Yes, you can change the layout of your post/page from “Catch Kathmandu Options” meta box below your post and page editor when you edit or write new page/post.

    in reply to: Problems with featured post content #53805
    Sakin
    Keymaster

    @John: Thanks John, we found the issue and we will be release this fixed and many more tonight with Gridalicious Pro version 2.0. Sorry for the trouble.

    in reply to: Homepage Menu Not Syncing With Back End #53803
    Sakin
    Keymaster

    @michellebergmann: Sorry I don’t get it which gallery are you talking about. Also after you upload the images in your page, you need to insert it as Gallery then only it will show as gallery. See this https://codex.wordpress.org/The_WordPress_Gallery

    in reply to: Right sidebar width #53802
    Sakin
    Keymaster

    @Kenny: It’s confusing as you have posted your question in Catch Flames Pro theme support forum. To get help for Catch Kathmandu Pro theme, you need to post in Catch Kathmandu Pro support forum at http://catchthemes.com/support-forum/forum/catch-kathmandu-pro-premium/ with your site URL. If you have any specific width of the sidebar then do add that as well.

    Sakin
    Keymaster

    @webtussi: Sorry but you are making me confused with different write post in each section. Can you just explain me what are you trying to do it now and where you have issue. In which page.

    in reply to: Additional Social Media Link #53800
    Sakin
    Keymaster

    @L: Your css will be as below:

    ul.social-profile li.myspace a {
        background-position: -1119px 0;
    }
    ul.social-profile li.myspace a:hover {
        background-position: -1119px -43px;
    }
    in reply to: background color #53797
    Sakin
    Keymaster

    @Amanda Barbosa: Yes, you can change that from “Appearance => Customize => Color Options => Content Color Options” and change the color as per your need.

Viewing 20 posts - 4,521 through 4,540 (of 14,497 total)