Forum Replies Created

Viewing 20 posts - 9,781 through 9,800 (of 12,027 total)
  • Author
    Posts
  • in reply to: Decreasing content width #159677
    Skandha
    Participant

    @tempar: Use the following code instead of the previous one.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    @media screen and (min-width:64em) {
    	#page {
                 padding:0 20px;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Can't remove a post #159669
    Skandha
    Participant

    @singe: You must have select Homepage setting as Recent posts. Go to => Appearance => Customize => Homepage Settings => Your homepage displays as A static page.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Align primary menu top right #159660
    Skandha
    Participant

    @evdel: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Catch Full Screen Pro: the header is not responsive #159658
    Skandha
    Participant

    @unseenmars: The image seems to be showing up fine on android phone and the issue seems to be only on iPhones. I will look into the issue and get back to you soon.

    Kind Regards,
    Skandha

    in reply to: Header Image cutting off #159657
    Skandha
    Participant

    @zmcneil: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: how to make the header bar smaller on mobile #159656
    Skandha
    Participant

    @adeptvisuals: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:64em) {
    	.site-branding {
    		padding:0 !important;
    	}
    	.custom-logo {
    		margin:0;
    		max-width:100px;
    	}
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Sidebar Questions #159653
    Skandha
    Participant

    @otinsight:
    1. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .image.wp-image-34.attachment-medium.size-medium {
         width:100%;
    }

    2. Yes, you can do that. Please add the text using a text widget and let me know then I can provide you the additional CSS do use Playfair font on it.

    3. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #media_image-9, #text-11 {
         margin-bottom:0;
    }

    4. Can you explain the 4th point? I wasn’t able to understand what you meant.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Arrow down in menu bar #159652
    Skandha
    Participant

    @diibify: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .chicago-nav-menu li > a:after {
        content: "\f502";
        font-family:Genericons;
        font-size:12px;
        margin-left:10px;
    }
    
    .chicago-nav-menu li > a:only-child:after {
        content: "";
    }
    
    .chicago-nav-menu li li > a:after {
        content: "\f502";
        font-family:Genericons;
        position: absolute;
        right: 5px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: How to change the text colour in search box widget to white? #159583
    Skandha
    Participant

    @atousa: This may be because you have kept the site title empty. Go to => Appearance => Customize => Site Identity => Give a title and if you don’t to display the title leave the option Display Site Title and Tagline unchecked.

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    in reply to: Blog Post Category and Tag Issues #159562
    Skandha
    Participant

    @ve3eby: It seems like there is an issue with displaying of categories and tags. I will check the issue and get back to you soon.

    Kind Regards,
    Skandha

    in reply to: Change height of Logo area and center logo. #159559
    Skandha
    Participant

    @tmefoster: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-journal/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Decreasing content width #159558
    Skandha
    Participant

    @tempar: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #page {
          padding:0 20px;
    }

    You can change the padding according to your requirement.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Home menu title also appears at bottom of homepage #159528
    Skandha
    Participant

    @el-cee: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Catch Breadcrumbs and Catchbox pro #159527
    Skandha
    Participant

    Hello @skynet,
    I will look into the issue and get back to you soon. Thank you for reporting us the issue.

    Kind Regards,
    Skandha

    in reply to: Demo content #159494
    Skandha
    Participant

    @fizza: I have sent you an email and have attached the demo content file along with it.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Changing the Default page Background color #159493
    Skandha
    Participant

    @danie: Glad you could figure it out. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Add text above search box #159492
    Skandha
    Participant

    @webgrid: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-journal/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Featured Slider Chooser #159489
    Skandha
    Participant

    @twin6: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Change height of Logo area and center logo. #159488
    Skandha
    Participant

    @tmefoster: I checked your site and you don’t seem to have a site logo and have only a header image. Please Go to => Appearance => Customize => Site Identity => Logo => Select an Image then I can help you center the logo.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Simple Catch Pro 3.21 downgrade to Simple Catch Free? #159487
    Skandha
    Participant

    @north-forks369: You can check out this link to know what features are available in pro version of the theme and not available in the free version.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 20 posts - 9,781 through 9,800 (of 12,027 total)