Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1233860
    Rex R
    Participant

    This site uses a combination of Pages (over 250) and Posts, and I have code that includes Pages on Index and Archive pages.

    In a Post the “next button” and title look like this – http://screencast.com/t/NOAfvyFKdbDh – and I really like it. In a Page it looks like this – http://screencast.com/t/9mRJIR0R – I don’t like the big dead gap. Can I somehow include a “next button” on a Page (please say yes) or can I reduce the gap similar to the Post?

    PS I have been using Icon for several years and am changing to Ethos. I love it.

    #1234281
    Rupok
    Member

    Hi there,

    This navigation is for posts and portfolio items only. It’s not applicable for the pages.

    Thanks!

    #1234802
    Rex R
    Participant

    Thanks, I figured. But I also asked, if that was the case, how I could then reduce the big gap on pages – http://screencast.com/t/9mRJIR0R

    #1235045
    Joao
    Moderator

    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.

    #1235061
    Rex R
    Participant
    This reply has been marked as private.
    #1235559
    Rue Nel
    Moderator

    Hello Rex,

    To resolve this issue we have to remove the spaces on the page. To do that, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .page-template-default .x-header-landmark {
        padding-bottom: 0;
    }
    
    .page-template-default .x-container>.offset {
        margin-top: 0;
    }

    You should have something like this: http://prntscr.com/d0bq1j

    Hope this helps.

    #1238262
    Rex R
    Participant

    I cleaned up my all my custom CSS script. I had errors. All works wonderfully now. Thanks guys for your help and patience. Rex

    #1238263
    Jade
    Moderator

    You’re most welcome, Rex. 🙂

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