Topic Resolution: Resolved
    Denzel Chia
    Moderator
    Posts: 2656
    July 8, 2015 at 7:09 am #18700

    Hi,

    Please give me url to the actual page.
    Your title is too long. So probably can use float and clear to break them into two lines.

    Thanks!
    Denzel

    Rssn
    Spectator
    Posts: 31
    July 8, 2015 at 7:24 am #18702

    Hi Denzel,

    Sample Link 1, Sample Link 2

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    July 8, 2015 at 7:28 am #18703

    Hi,

    Please use the following. Theme Options-> Custom CSS

    .nav-next {
    clear: both !important;
    float: right !important;
    }

    Thanks!
    Denzel

    Rssn
    Spectator
    Posts: 31
    July 8, 2015 at 8:04 am #18704

    Hi Denzel,

    Thanks for your swift response! It worked at some posts but not for all. like this one Sample post

    Thanks!

    Imran
    Spectator
    Posts: 402
    July 8, 2015 at 3:58 pm #18707

    Hi Ron,

    Thanks for writing in, this is because your title is too long. However, you can try adding the following code under Appearance > Theme Options > custom CSS:

    .nav-next {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }

    Thanks.

    Rssn
    Spectator
    Posts: 31
    July 8, 2015 at 5:37 pm #18711

    Hi Imran,

    I’ve tried to add the custom css and this is the sample output any other solution?

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    July 9, 2015 at 2:52 am #18719

    Hi,

    Please use this plugin. http://www.filmtraveler.com/2008/11/18/wordpress-plugin-shorten-link-text/
    You should be able to use it to shorten your previous and next post link.

    Thanks!
    Denzel

    Rssn
    Spectator
    Posts: 31
    July 9, 2015 at 8:55 am #18724

    Hi Denzel,

    The plugin put my posts sidebar to the bottom of the post. Then my website crashed when I tried to remove the custom css for the .nav-next I don’t know if its related but all of my custom css was gone.

    Thanks

    Denzel Chia
    Moderator
    Posts: 2656
    July 9, 2015 at 6:11 pm #18730

    Hi,

    No plugin is able to delete your custom css, it’s saved in database option table with a name that is unique to the theme. The plugin would not have know that name.

    You must have accidentally selected all codes and deleted them.

    The only way now is for you to look at your previous thread on this forum and re-apply your Custom CSS codes.

    Thanks!
    Denzel

    Rssn
    Spectator
    Posts: 31
    July 9, 2015 at 6:48 pm #18734

    Hi Denzel,

    I already resolve the issue about my custom css. For the previous and next post i tried again to use the plugin but it brings my sidebar to the bottom of my posts http://pasteboard.co/1PREnxVr.png

    Thanks!