Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1376466
    Andrew Stroud
    Participant

    I am really enjoying this theme and appreciate the support you provide. I have tried answering my problem using the threads but the fixes there don’t seem to be working for me.

    For my category archive pages, I want to remove the blank white space between the title and the posts themselves (see screen shot).

    Can you tell me how to do this? Thanks in advance!

    #1376747
    Christopher
    Moderator

    Hi there,

    Please disable Post slider under Customize -> Ethos.

    Thanks.

    #1377216
    Andrew Stroud
    Participant

    Thanks you!

    One additional question: How do I left justify my blog post text in Cornerstone so that it is aligned with the post title? here’s how it currently looks: https://www.intotheharvest.org/six-heroes-of-faith/

    I want it to align like what is shown in the attached image.

    #1377256
    Rupok
    Member

    Hi there,

    Looks like you have the below code that’s causing the issue :

    .single-post .entry-wrap {
    	max-width: 1000px;
    	margin: 0 auto;
    }

    You can remove this to get expected alignment.

    Cheers!

    #1377392
    Andrew Stroud
    Participant

    Thank you for the quick response! I removed those lines of code but still showing the offset. Any other ideas on how I can fix?

    #1377707
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .single-post .x-section > .x-container.max.width {
       max-width:100%;
    }
    

    Hope that helps.

    #1384485
    Andrew Stroud
    Participant

    You guys are truly amazing! That fixed it. Thank you for helping me figure this out!

    #1384560
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1376466 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>