Forum Replies Created

Viewing 20 posts - 9,861 through 9,880 (of 14,509 total)
  • Author
    Posts
  • in reply to: Photos not displaying on mobile #16857
    Sakin
    Keymaster

    @adminleah: I have just send you an email.

    in reply to: Logo Left of Site Title #16856
    Sakin
    Keymaster

    @Heinrich: Ok can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-logo, #hgroup {
        display: inline;
        float: left;
    }
    @media screen and (max-width: 767px) {
    #site-logo, #hgroup {
        display: block;
    	float: none;
    }
    }
    Sakin
    Keymaster

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

    /* Remove Slider Text */
    #slider-wrap .featured-text {
        display: none;
    }
    /* Move Social Icon */
    @media screen and (min-width: 768px) {
    #sidebar-header-right {
        padding-top: 55px;
    }
    }
    in reply to: Slider Issue #16846
    Sakin
    Keymaster

    @dsoltes: Looks like it’s conflicting with plugin. You can try disabling plugin one by one and test it. I suspect async-social-sharing plugin.

    If you want to hide that content section in your slider, then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide it.
    #main-slider .entry-content { display: none; }

    in reply to: Can I change my FB & Twitter icons? #16845
    Sakin
    Keymaster

    @Jimo1966: Sorry it’s fixed social icons. Can you try our new plugin Catch Web Tools http://catchthemes.com/wp-plugins/catch-web-tools/ which has Social Icons that you can make it larger.

    in reply to: Logo Left of Site Title #16843
    Sakin
    Keymaster

    @Heinrich: Can you send me your site URL and explain your requirement then I can suggest you want you can do about it.

    in reply to: Can't get rid of right margin on page main content. #16841
    Sakin
    Keymaster

    @Ayisids: Sorry for the late reply and great work you fixed it really fast. Great work. 🙂

    in reply to: footer widget #16840
    Sakin
    Keymaster

    @a7madsafadi: Yes sure. You can use free version as per your need and upgrade anytime you feel like upgrading.

    in reply to: Change menu colors? #16839
    Sakin
    Keymaster

    @yoshimi233: For easy option, you can just upgrade to Catch Everest Pro version where you have color options to change the colors of menus. But for free theme you need to adjust css.

    For menus, you can change the color code as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For menu bar color – general */
    #header-menu {
        background-color: #3A3D41; 
    }
    /* For menu bar color – hover color */
    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu a:focus {
    	background-color: #2d2d2d;
    }
    /* For menu bar color – child menu color */
    #header-menu ul.menu ul a {
    	background-color: #3a3d41;
    }
    /* For menu bar color – current page */
    #header-menu .menu .current-menu-item > a,
    #header-menu .menu .current-menu-ancestor > a,
    #header-menu .menu .current_page_item > a,
    #header-menu .menu .current_page_ancestor > a {
    	background-color: #000;
    }

    To reduce space around the header image, you have to adjust the padding as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #hgroup-wrap {
        padding: 0 50px 50px 50px;
    }
    #site-logo {
        padding-top: 50px;
    }
    in reply to: Photos not displaying on mobile #16838
    Sakin
    Keymaster

    @adminleah: Upgrading to pro version is simple as Pro version if just feature addition to free version. If you need our help in upgrading then we can do that for you as well. You can check out theme instruction for pro version http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Search button overlaps site title #16837
    Sakin
    Keymaster

    @owen: When I check in your site URL in small screen it looks fine. So, I cannot debug it. But you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to make your search bar fixed width.
    #branding #s:focus { width: 95px; }

    Sakin
    Keymaster

    @Dudley: Please send me your site URL and also let me know what do you mean by little. Can you be more specific.

    in reply to: Slider Issue #16832
    Sakin
    Keymaster

    @dsoltes: I don’t get it what is the issue? That function actually takes the excerpt text from the post.

    in reply to: Customize Search Box #16831
    Sakin
    Keymaster

    @Shanae: You can change the background color code as per your need and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .widget.widget_search { background-color: #fff; }

    in reply to: Sub-menu/dropdown menu missing #16829
    Sakin
    Keymaster

    @GretchenOwens: I check in your site and you don’t have sub-menu under About US page. Just go to “Appearance => Menus” and create your custom menu from there. Fore more about custom menus check this http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: Header-white space #16826
    Sakin
    Keymaster

    @Lauren: I need to check in your site. So, send me your site URL.

    in reply to: Header-white space #16825
    Sakin
    Keymaster

    @K.S: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box and then upload larger image as your image width is not enough for full width.
    #hgroup-wrap, #site-logo { padding: 0; }

    in reply to: Search button overlaps site title #16798
    Sakin
    Keymaster

    @owen: Your site URL and in which mobile are you testing your site.

    in reply to: Can't get rid of right margin on page main content. #16797
    Sakin
    Keymaster

    @Ayisids: Please add in your site URL then only I will be able to check in and assist you.

    in reply to: img tags in comments #16796
    Sakin
    Keymaster

    @alisonmckellar: Sorry I don’t get it what you mean. Can you explain please?

Viewing 20 posts - 9,861 through 9,880 (of 14,509 total)