Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #877534

    Hi team,

    Thanks for your help so far.

    I am using Cornerstone to customise my post layout. And came across a few issues. Refer to attached pic.

    1) how do I remove the white spacing between the top section and the nabbar? marked 1 in the photo
    2) How do i remove the white line across marked 2 in the photo in the Author element.
    3) How do i remove the white lines above and below the share this post element marked 3 in the photo
    4) how do i make the leave comment section not full width?

    thank you

    #878090
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    Kindly reduce the size and re-upload your screenshots. Thanks

    #878126

    Hi Sorry,

    Picture attached again.

    #878631
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Edit Global CSS:

    body .x-navbar,
    body .x-author-box .h-about-the-author,
    body .x-entry-share {
        border: none;
    }
    .single-post .x-comments-area {
        max-width: 65.33333%
    }

    Hope it helps 🙂

    #879611

    thanks you
    I still have a problem with the white spacing between the first section and the Navbar though
    see https://a2zmortgages.com.au/home-loan-interest-rate-going-again/

    #880023
    Zeshan
    Member

    Hi there,

    To remove that spacing, add following CSS code as well:

    .single-post .x-container.max.width.offset,
    .single-post .entry-content {
      margin-top: 0px;
    }
    

    Hope this helps. 🙂

    Thank you!

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