Forums

Continue Reading, on 2 lines (6 posts)

  1. Chinthaka_Intense
    Member
    Posted 1 year ago #

    Hi,

    In the Archives when the 'continue reading' appears, is there a way to have it on 1 line instead of it breaking in to the next line?

    Please see the bottom of page (last post):
    http://intensemedia.biz/blog/?m=201007

    Any help is greatly appreciated!

    Thanks!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Try adding:

    .entry-summary a {
    display:block;
    white-space:no-wrap;
    }

    to your stylesheet.

  3. Chinthaka_Intense
    Member
    Posted 1 year ago #

    Thanks for the reply!

    I added the code & it appears like this :
    http://intensemedia.biz/blog/?m=201007

    Any way to fix this?

    Thanks!

  4. Chinthaka_Intense
    Member
    Posted 1 year ago #

    Since it's like that, I tried adding

    display:inline-block;

    But the height is still a problem. (It's supposed to be 17px but it's more now)

  5. Chinthaka_Intense
    Member
    Posted 1 year ago #

    I can set the height

    height:17px;

    then the text is not aligned to the middle, even though I have used

    vertical-align:middle;

    This is how it looks now: http://intensemedia.biz/blog/?m=201007

    Your help is greatly appreciated!

  6. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Try:

    .entry-summary a {
    display:block;
    white-space:no-wrap;
    width:12em;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic