Forum Replies Created

Viewing 20 posts - 3,541 through 3,560 (of 4,903 total)
  • Author
    Posts
  • in reply to: front page width #92780
    Mahesh
    Participant

    @senn_9212_arnegg: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Change Font Size for Site Tagline #92779
    Mahesh
    Participant

    @friarpaul: By site logo, do you mean the background image in the header? If so go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:

    @media screen and (max-width: 990px) {
        .site-title {
        	font-size: 40px;
        }
    }
    
    @media screen and (max-width: 480px) {
        #masthead{
            background-image: none;
            background-color: #fff;	
        }
    }

    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Change Font Size for Site Tagline #92688
    Mahesh
    Participant

    @friarpaul: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Change Font Size for Site Tagline #92679
    Mahesh
    Participant

    @friarpaul: Glad to know you’ve resolved the issue by yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: Logo deformed in mobile view #92675
    Mahesh
    Participant

    @ffwa: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #branding img {
        max-height: none;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Mobile site now has border #92674
    Mahesh
    Participant

    @fmck: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .sb-options a {
        border-bottom: none;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Space between text in columns #92635
    Mahesh
    Participant

    @veer: Have you modified the style.css file. The space seems fine on our server. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    p {
        padding-bottom: 20px;
    }

    Note: The issue is because of following code in your style.css

    p, #nav-below, .sidebar-primary .search-field, .hentry .featured-image, .comment-navigation, .paging-navigation, .post-navigation {
        margin-bottom: 100px;
    }

    By default it is:

    p, #nav-below, .sidebar-primary .search-field, .hentry .featured-image, .comment-navigation, .paging-navigation, .post-navigation {
        margin-bottom: 20px;
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: Want to buy, but … #92634
    Mahesh
    Participant

    @kfrolov: I am glad that you like our theme and interested in using it. I do understand your requirement. We may try to include more social icons in the future updates. But it is not decided yet. However, we will be adding custom social icon feature in our latter updates.

    Regards,
    Mahesh

    Mahesh
    Participant

    @moon:
    Hi Juan,
    Thank you for using Catch Responsive Pro.
    1. There are currently 9 posts per page and I want to show 5.
    The posts per page is working fine. The issue you are facing is because of the Sticky posts. Currently in your site’s homepage, 9 posts are being displayed because all of them are set as sticky. But if you click on older posts at the bottom, it will show only 5 posts, which show the post per page function is working fine. You’ll need to edit each post and remove sticky for all those post. Go to Posts page in Dashboard, and edit a sticky post. Then in edit post page, you’ll see publish tab at the right top, in that tab look for Visibility: Public, Sticky Edit, click on edit some options will slide down, uncheck Stick this post to the front page and click update. Repeat this for other sticky posts too.

    2) Margins (empty spaces) between objects/sections
    This CSS removes the spaces between slider and posts. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #feature-slider {
        padding-bottom: 0;
    }

    2.1): There is an option Featured Header Image Position in Customizer’s Header Image which helps you position the header image. But if you are trying to have header image before menu in desktop, and after menu in mobile devices, this is not possible.

    3) Center the footer with custom social icons
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #catchresponsive_social_icons-8 .widget-wrap {
        text-align: center;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Grid image link to specific Blog Post #92612
    Mahesh
    Participant

    @kuczekross: In Gridalicious Pro, for Featured Grid Content, there is Featured Image Grid Content option which provides you the provision of selecting image, title and link of your choice. Same with the Featured Content too, there is Featured Image Content option.
    Below is the screen shot of the option in customizer:
    http://goo.gl/co34BF
    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Blog/ Posts Page Appearance #92606
    Mahesh
    Participant

    @nicolegariepy: I checked your site and seems you’ve fixed the issue by hiding the page titles only. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @stefanhoesli: Thank you for your appreciation. Have a nice day!!!

    Regards,
    Mahesh

    in reply to: Center Logo/Remove Page Edit #92604
    Mahesh
    Participant

    @robertpkoen: Thank you for your appreciation. Have a nice day!!!

    Regards,
    Mahesh

    Mahesh
    Participant

    @stefanhoesli: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #logo-icon {
        margin-right: 100px;
    }
    #menu-hauptmenu {
        margin-top: 98px;
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    @stefanhoesli: Please check your email.

    Regards,
    Mahesh

    in reply to: Grid image link to specific Blog Post #92543
    Mahesh
    Participant

    @kuczekross: In Gridalicious Free version, you can only select post to display in the grid content and the links, image, title which are automatically taken from post itself and cannot be customized.
    Yes, this is possible with Gridalicious Pro verion. Title, image, content and link can be customized independently. I recommend you to upgrade to Pro.

    Regards,
    Mahesh

    in reply to: Center Logo/Remove Page Edit #92542
    Mahesh
    Participant

    @robertpkoen: Go to Dashboard=> Apperance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    1. I’m afraid this is not possible. But if you do want to center the Site Title and social icons, you can use the following CSS:

    .header-right-active #site-branding {
        width: 100%;
    	text-align: center;
    }
    
    .sidebar-header-right, .sidebar-header-right .widget-wrap {
        text-align: center;
        float: none;
    }

    2. white page space at the bottom of my home page – how do I remove this

    .home #content {
        display: none:
    }

    3. I’d like to change the color of the page content. This option is not included in customizer, however, this can be done with Custom CSS:

    #content #main p {
        color: #000;
    }

    Note: Please change the color hex to your desired color.

    Regards,
    Mahesh

    in reply to: featured content from the posts #92540
    Mahesh
    Participant

    @marga: Once you buy the theme, its validity is for life time (for that particular version). If you do not want the update, you don’t have to pay a penny. But if you do want regular updates, you’ll need to pay yearly. Custom update is also possible. Suppose you do not want updates for 2 years and you prefer update after 2 years, you can pay for that year only and get the update.
    Hope you understand.

    Regards,
    Mahesh

    in reply to: Changing Page Title font/look #92538
    Mahesh
    Participant

    @chukarnold: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #content h2.entry-title a {
        color: #000;
        font-size: 35px;
        font-weight: bold;
    }

    If you do want to change the title’s color on hover, add the following CSS.

    #content h2.entry-title a:hover {
        color: #bbb;
    }

    Note: Please change the color hex value to your desired color.

    Regards,
    Mahesh

    Mahesh
    Participant

    @scubafreak: Thank you Dan. I hope you would visit Nepal again. You are ever welcome here. 🙂
    Thank you for sharing, we really appreciate it. You can email it to info@….
    Have a nice day!!!

    Regards,
    Mahesh

Viewing 20 posts - 3,541 through 3,560 (of 4,903 total)