[Resolved] CSS for nav-previous & next on single post page

Home Forums Support [Resolved] CSS for nav-previous & next on single post page

Home Forums Support CSS for nav-previous & next on single post page

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #373830
    imraan-ftg

    Hi,

    Please provide css for post-navigation > nav-previous & next on single post page.
    Also, i will appreciate if you add the same in upcoming versions.

    #373868
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    What kind of CSS are you looking for?

    #373881
    imraan-ftg

    on single post page, we have previous and next links.

    #373973
    Tom
    Lead Developer
    Lead Developer

    Try this:

    .post-navigation {
        font-size: 15px;
    }
    #374046
    imraan-ftg

    This is what i need and I did the same. Better if you can include such small CSS tweaks in next version.

    
    .post-navigation {
    	font-size: 15px;
        margin-bottom: 10px !important;
    }
    .post-navigation .nav-previous {
        float: left;
    }
    .post-navigation .nav-next {
        float: right;
    }
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    @media (max-width:768px) {
    .post-navigation {
    	text-align: center;
    }
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
    	float: none;
        margin-bottom: 7px;
    }
    }
    #374062
    Tom
    Lead Developer
    Lead Developer

    Thanks for sharing your code 🙂

    #374078
    imraan-ftg

    Welcome (Y)

    #400140
    Antar

    Hi, Imraan –

    Thanks for the code. It provides some much-needed styling for the previous/next links. Unfortunately your solution does not put the next > arrow after the link!

    🙂

    Antar

    #400299
    Leo
    Staff
    Customer Support
    #400427
    Antar

    That’s it. Thanks Leo.

    :0)

    Antar

    #400684
    Leo
    Staff
    Customer Support

    No problem!

    #1349955
    Noé

    How can i add css spanish tittle in Dispatch ?

    previous – next
    anterior – próximo.

    #1350085
    Leo
    Staff
    Customer Support

    Can you open a new topic for the question?

    Thanks 🙂

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.