Home Forums Pro Themes University Hub Pro Next previous Buttons under posts

Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #106589
    Amy
    Participant

    Hi there,

    How can I change the position of the next post button to the right hand side of the page?

    Currently they are both at the left hand side.

    Thanks,
    Amy

    #106590
    wensolutions
    Keymaster

    Hello

    Can you please provide us with your site URL so that we can inspect the case further along with the screenshot of the section you are pointing on ?

    Regards!

    #106591
    Amy
    Participant

    I cannot share the site its a private login. However here is the screenshot. See screenshot below>
    https://14west.box.com/s/7psj8alnhqk34hbm77vlp0kdl52nr7xj

    #106592
    Amy
    Participant
    #106635
    wensolutions
    Keymaster

    Hello

    Please add the below given CSS snippet in the Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    .nav-links{
        display: flex;
        align-items: flex-start;
        align-content: space-between;
     }
     .nav-previous, .nav-next {
        width:100%;
     }
     .nav-next  a {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%
     }
     .nav-next  a .post-title {
        margin:0;
        line-height:41px;
     }
     .nav-next  a>.meta-nav {
        margin:0
     }

    Hope this helps

    Feel free to reach us for any further query/confusion.

    Regards!

    #106641
    Amy
    Participant

    Thanks for this.

    Would it be possible to get the next on a separate line? Like the old design but the next to the right…With this code they are both on the same line so with long titles they get squashed.

    Thanks,
    Amy

    #106651
    wensolutions
    Keymaster

    Hello,

    Since it requires higher code customization, currently it is not possible.

    If you want then you can hire our professional designer.

    Thank you.

    #106663
    Amy
    Participant

    ok thanks

    #106690
    wensolutions
    Keymaster

    Hello,

    Let us know if you have any issue further.

    Thank you.

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