Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Then which title you want to remove.

    Thanks

    Thread Starter veronicajt

    (@veronicajt)

    hi
    I don’t want to remove any title, I just want them (posts) to be shown correctly/neat at the bottom, you know…after you read a post, usually you can read at the bottom on the left title of the previous post and on the right the title of the next post if you are not reading the latest one
    Thanks!

    Hi

    In you style.css file, lines 2403 and 2407-2408, you have commented lines

    If you remove those comments, leaving it like this:

    .nav-previous {
        float: left;
        width: 50%;
    }
    .nav-next {
        float: right;
        text-align: right;
    	padding-left: 15%;
        width: 50%;
    }

    does that do the trick?

    Also, you may want to remove line 2409 (padding-left)

    Try it and tell me if is that what you needed.

    regards

    Hi,

    Did the above solution work for you.

    Thanks

    Thread Starter veronicajt

    (@veronicajt)

    thanks for helping. It worked.
    Best, V-

    You’re welcome.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Posts again’ is closed to new replies.