Previous – Next posts

  • raindance

    #16505

    Arrgh sorry…I just used what a helpful person here told me to do to get it centered at the bottom. I don’t know which spot that is at the top.

    Do you use Firefox? If so, install Firebug if you don’t have it. Right click on anything and “inspect element” and it will tell you which thing and line number you have to play with.

    Admin

    Syahir Hakim

    #16506

    bobsled,

    Raindance is using a custom post navigation, while you’re using Graphene’s default post navigation. The CSS codes will be different.

    Try adding this to your Custom CSS option:

    .post-nav {
    text-align: center;
    }
    #previous {
    float: none;
    margin-left: 0;
    display: inline;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    }
    #next-post {
    float: none;
    margin-right: 0;
    text-align: left;
    }

Viewing 2 posts - 21 through 22 (of 22 total)

  • You must be logged in to reply to this topic.