Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1191770
    geminiy
    Participant

    Hi,

    I have seen many other topics about this, but nothing seems to work for me. I am trying to remove the space between the header and the post title/content. I was able to successfully remove the post title on specific pages using the following code: .entry-title { display:none; }, but now there is more space than I would like between the header & the first piece of content. The first Cornerstone element already has a padding of 0.

    Do you know how I can accomplish this?

    Thank you.

    #1191831
    Rupok
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1192727
    geminiy
    Participant
    This reply has been marked as private.
    #1192741
    Joao
    Moderator

    Hi There,

    Click on your WordPress Top Admin Bar > Edit Page

    Once on your wordpress back-end, under the blue update button, you will find > Page Attributes > Page Templates.

    Select > Blank No Container Header Footer instead of Default.

    Hope that helps

    Joao

    #1193373
    geminiy
    Participant

    This worked for Pages, but what about Posts?

    #1193519
    Rupok
    Member

    Hi there,

    Thanks for writing back. You can add this under Custom > CSS in the Customizer.

    .single-post .entry-wrap {
      padding-top: 0;
    }

    If you want to reduce more, let’s add this as well :

    .single-post .entry-content.content {
      margin-top: 0;
    }

    Cheers!

    #1194199
    geminiy
    Participant

    Awesome. Thank you so much!!

    #1194309
    Prasant Rai
    Moderator

    You are most welcome. 🙂

    #1194355
    iceman1
    Participant

    I am currently setting up a new site.

    I am having a similar problem with the blog page (news). There is a a large gap between the header and posts that I cannot get rid of. http://arrowheaddronetech.com/news/

    I cannot edit this page in Cornerstone for some reason. Any help would be appreciated.

    Thanks,
    Dennis

    #1194448
    Joao
    Moderator

    Hi Dennis,

    Upon checking your page the spacing seems fine – in my opinion

    Would you mind providing a screenshot to clarify what space you would like to reduce.

    Thanks

    Joao

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